Skip to content

Commit b280317

Browse files
authored
Remove script from base as it is now in app.
1 parent 42a986b commit b280317

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mystbin/frontend/components/Base.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ export default function Base(props: PropsWithChildren<{ className: string }>) {
1212

1313
return (
1414
<div className={styles.Base}>
15-
<script
16-
async
17-
src="https://media.ethicalads.io/media/client/ethicalads.min.js"
18-
></script>
1915
<div
2016
data-ea-publisher="mystbin"
2117
data-ea-type="text"

0 commit comments

Comments
 (0)