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 2e8e126 commit a9989bcCopy full SHA for a9989bc
src/components/common/AdFeed.tsx
@@ -10,21 +10,13 @@ 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"
+ data-ad-layout-key="-6z+el+w-4n+70"
25
data-ad-client="ca-pub-5574866530496701"
26
- data-ad-slot="3828701581"
27
- ></ins> */}
+ data-ad-slot="8258809297"
+ ></ins>
28
</Block>
29
);
30
}
0 commit comments