We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6bc82 commit 42985aeCopy full SHA for 42985ae
mystbin/frontend/components/Base.tsx
@@ -13,9 +13,7 @@ export default function Base(props: PropsWithChildren<{ className: string }>) {
13
14
return (
15
<div className={styles.Base}>
16
- <Head>
17
- <Script src="https://media.ethicalads.io/media/client/ethicalads.min.js"></Script>
18
- </Head>
+ <Script src="https://media.ethicalads.io/media/client/ethicalads.min.js" />
19
<div
20
data-ea-publisher="mystbin"
21
data-ea-type="text"
0 commit comments