Skip to content

Commit 3607154

Browse files
authored
Add ethical ads
1 parent 6027e64 commit 3607154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mystbin/frontend/components/Base.tsx

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

1212
return (
1313
<div className={styles.Base}>
14+
<div data-ea-publisher="mystbin" data-ea-type="text" data-ea-style="fixedfooter" ></div>
15+
1416
<OptsBar />
1517
<TipModal />
1618
<main className={className}>{children}</main>

0 commit comments

Comments
 (0)