Skip to content

Commit c2d2b0a

Browse files
committed
Change to infeed again
1 parent a4c1a44 commit c2d2b0a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/components/common/AdFeed.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ function AdFeed() {
1818

1919
return (
2020
<Block>
21-
{isMobile ? (
21+
<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 ? (
2230
<ins
2331
className="adsbygoogle"
2432
style={{ display: 'block' }}
@@ -36,7 +44,7 @@ function AdFeed() {
3644
data-ad-format="auto"
3745
data-full-width-responsive="true"
3846
></ins>
39-
)}
47+
)} */}
4048
</Block>
4149
);
4250
}

0 commit comments

Comments
 (0)