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 a4c1a44 commit c2d2b0aCopy full SHA for c2d2b0a
src/components/common/AdFeed.tsx
@@ -18,7 +18,15 @@ function AdFeed() {
18
19
return (
20
<Block>
21
- {isMobile ? (
+ <ins
22
+ className="adsbygoogle"
23
+ style={{ display: 'block' }}
24
+ data-ad-format="fluid"
25
+ data-ad-layout-key="-6u+e7+18-4k+8t"
26
+ data-ad-client="ca-pub-5574866530496701"
27
+ data-ad-slot="3828701581"
28
+ ></ins>
29
+ {/* {isMobile ? (
30
<ins
31
className="adsbygoogle"
32
style={{ display: 'block' }}
@@ -36,7 +44,7 @@ function AdFeed() {
36
44
data-ad-format="auto"
37
45
data-full-width-responsive="true"
38
46
></ins>
39
- )}
47
+ )} */}
40
48
</Block>
41
49
);
42
50
}
0 commit comments