Skip to content

Commit 42985ae

Browse files
authored
Fix head issue
1 parent 7c6bc82 commit 42985ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mystbin/frontend/components/Base.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ export default function Base(props: PropsWithChildren<{ className: string }>) {
1313

1414
return (
1515
<div className={styles.Base}>
16-
<Head>
17-
<Script src="https://media.ethicalads.io/media/client/ethicalads.min.js"></Script>
18-
</Head>
16+
<Script src="https://media.ethicalads.io/media/client/ethicalads.min.js" />
1917
<div
2018
data-ea-publisher="mystbin"
2119
data-ea-type="text"

0 commit comments

Comments
 (0)