Skip to content

Commit da9a55b

Browse files
committed
fix: empty card
1 parent 27548d0 commit da9a55b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/common/AdFeed.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ function AdFeed({ forPost, index }: { forPost?: boolean; index: number }) {
6464
className="adsbygoogle"
6565
style={{ display: 'block' }}
6666
data-ad-format="fluid"
67-
data-ad-layout-key="-6c+ce+2v-x+66"
68-
data-ad-client="ca-pub-9161852896103498"
69-
data-ad-slot="9446928451"
67+
data-ad-layout-key="-6u+e5+1a-3q+77"
68+
data-ad-client="ca-pub-5574866530496701"
69+
data-ad-slot="2841722540"
7070
></ins>
7171
</Block>
7272
);
@@ -87,18 +87,18 @@ function AdFeed({ forPost, index }: { forPost?: boolean; index: number }) {
8787
className="adsbygoogle"
8888
style={{ display: 'block' }}
8989
data-ad-format="fluid"
90-
data-ad-layout-key="-6c+ce+2v-x+66"
91-
data-ad-client="ca-pub-9161852896103498"
92-
data-ad-slot="2793890198"
90+
data-ad-layout-key="-6u+e5+1a-3q+77"
91+
data-ad-client="ca-pub-5574866530496701"
92+
data-ad-slot="8480422066"
9393
></ins>
9494
) : (
9595
<ins
9696
className="adsbygoogle"
9797
style={{ display: 'block' }}
9898
data-ad-format="fluid"
99-
data-ad-layout-key="-6c+ce+2v-x+66"
100-
data-ad-client="ca-pub-9161852896103498"
101-
data-ad-slot="2793890198"
99+
data-ad-layout-key="-6u+e5+1a-3q+77"
100+
data-ad-client="ca-pub-5574866530496701"
101+
data-ad-slot="8480422066"
102102
></ins>
103103
)}
104104
{/* {isMobile ? (

0 commit comments

Comments
 (0)