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 42a986b commit b280317Copy full SHA for b280317
mystbin/frontend/components/Base.tsx
@@ -12,10 +12,6 @@ export default function Base(props: PropsWithChildren<{ className: string }>) {
12
13
return (
14
<div className={styles.Base}>
15
- <script
16
- async
17
- src="https://media.ethicalads.io/media/client/ethicalads.min.js"
18
- ></script>
19
<div
20
data-ea-publisher="mystbin"
21
data-ea-type="text"
0 commit comments