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 a2b3edf commit 03637d2Copy full SHA for 03637d2
docs/src/theme/Footer/index.js
@@ -23,6 +23,22 @@ export default function FooterWrapper(props) {
23
24
return (
25
<>
26
+ {window && window.document.body.clientWidth <= 768 && (
27
+ <ins
28
+ className="adsbygoogle"
29
+ style={{
30
+ bottom: 0,
31
+ display: 'block',
32
+ position: 'fixed',
33
+ width: '100%',
34
+ maxHeight: '100px',
35
+ height: '75px',
36
+ }}
37
+ data-ad-client="ca-pub-7420210265158247"
38
+ data-ad-slot="8159529807"
39
+ data-full-width-responsive="true"
40
+ />
41
+ )}
42
<Footer {...props} />
43
{/* <AdsContainerElement id="mobile-anchor-ads" /> */}
44
</>
0 commit comments