Skip to content

Commit 54c7940

Browse files
authored
Remove ethical ads from base
1 parent c5d2fd7 commit 54c7940

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mystbin/frontend/components/Base.tsx

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

1313
return (
1414
<div className={styles.Base}>
15-
<div
16-
data-ea-publisher="mystbin"
17-
data-ea-type="text"
18-
data-ea-style="fixedfooter"
19-
></div>
2015

2116
<OptsBar />
2217
<TipModal />

0 commit comments

Comments
 (0)