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 3607154 commit c11a21eCopy full SHA for c11a21e
mystbin/frontend/components/Base.tsx
@@ -11,7 +11,11 @@ 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>
+ <div
15
+ data-ea-publisher="mystbin"
16
+ data-ea-type="text"
17
+ data-ea-style="fixedfooter"
18
+ ></div>
19
20
<OptsBar />
21
<TipModal />
0 commit comments