Skip to content

Commit df66070

Browse files
committed
Use another ad format
1 parent 4efd758 commit df66070

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/common/AdFeed.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,21 @@ 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
1321
className="adsbygoogle"
1422
style={{ display: 'block' }}
1523
data-ad-format="fluid"
1624
data-ad-layout-key="-6u+e7+18-4k+8t"
1725
data-ad-client="ca-pub-5574866530496701"
1826
data-ad-slot="3828701581"
19-
></ins>
27+
></ins> */}
2028
</Block>
2129
);
2230
}

0 commit comments

Comments
 (0)