Skip to content

Commit 63392fe

Browse files
committed
Removes description
1 parent cc38776 commit 63392fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/post/RelatedPostAd.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@ function RelatedPostAd({ isMobile }: Props) {
6363
</div>
6464
);
6565
}
66+
6667
return (
6768
<div ref={ref}>
6869
{theme === 'dark' ? (
6970
<ins
7071
className="adsbygoogle"
7172
style={{ display: 'block' }}
7273
data-ad-format="fluid"
73-
data-ad-layout-key="-6k+em+10-4g+61"
74+
data-ad-layout-key="-73+ex-1g-2s+as"
7475
data-ad-client="ca-pub-5574866530496701"
7576
data-ad-slot="2892342366"
7677
></ins>

0 commit comments

Comments
 (0)