Skip to content

Commit a9989bc

Browse files
committed
Use adfeed again
1 parent 2e8e126 commit a9989bc

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

src/components/common/AdFeed.tsx

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,13 @@ function AdFeed() {
1010
return (
1111
<Block>
1212
<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
2113
className="adsbygoogle"
2214
style={{ display: 'block' }}
2315
data-ad-format="fluid"
24-
data-ad-layout-key="-6u+e7+18-4k+8t"
16+
data-ad-layout-key="-6z+el+w-4n+70"
2517
data-ad-client="ca-pub-5574866530496701"
26-
data-ad-slot="3828701581"
27-
></ins> */}
18+
data-ad-slot="8258809297"
19+
></ins>
2820
</Block>
2921
);
3022
}

0 commit comments

Comments
 (0)