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 4efd758 commit df66070Copy full SHA for df66070
src/components/common/AdFeed.tsx
@@ -10,13 +10,21 @@ function AdFeed() {
10
return (
11
<Block>
12
<ins
13
+ className="adsbygoogle"
14
+ style={{ display: 'block' }}
15
+ data-ad-client="ca-pub-5574866530496701"
16
+ data-ad-slot="6548419604"
17
+ data-ad-format="auto"
18
+ data-full-width-responsive="true"
19
+ ></ins>
20
+ {/* <ins
21
className="adsbygoogle"
22
style={{ display: 'block' }}
23
data-ad-format="fluid"
24
data-ad-layout-key="-6u+e7+18-4k+8t"
25
data-ad-client="ca-pub-5574866530496701"
26
data-ad-slot="3828701581"
- ></ins>
27
+ ></ins> */}
28
</Block>
29
);
30
}
0 commit comments