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 6027e64 commit 3607154Copy full SHA for 3607154
mystbin/frontend/components/Base.tsx
@@ -11,6 +11,8 @@ export default function Base(props: PropsWithChildren<{ className: string }>) {
11
12
return (
13
<div className={styles.Base}>
14
+ <div data-ea-publisher="mystbin" data-ea-type="text" data-ea-style="fixedfooter" ></div>
15
+
16
<OptsBar />
17
<TipModal />
18
<main className={className}>{children}</main>
0 commit comments