Skip to content

Commit 83a6e9e

Browse files
committed
fix: change client code
1 parent bf48305 commit 83a6e9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/containers/post/HorizontalBanner.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ function HorizontalBanner({ isDisplayAd = false }: Props) {
2121
{isDisplayAd ? (
2222
<ins
2323
className="adsbygoogle"
24-
style={{ display: 'block', textAlign: 'center' }}
25-
data-ad-client="ca-pub-9161852896103498"
26-
data-ad-slot="5950320973"
24+
style={{ display: 'block' }}
25+
data-ad-client="ca-pub-5574866530496701"
26+
data-ad-slot="8809887603"
2727
data-ad-format="auto"
2828
data-full-width-responsive="true"
2929
></ins>
@@ -33,8 +33,8 @@ function HorizontalBanner({ isDisplayAd = false }: Props) {
3333
style={{ display: 'block', textAlign: 'center' }}
3434
data-ad-layout="in-article"
3535
data-ad-format="fluid"
36-
data-ad-client="ca-pub-9161852896103498"
37-
data-ad-slot="6869845586"
36+
data-ad-client="ca-pub-5574866530496701"
37+
data-ad-slot="1310741884"
3838
></ins>
3939
)}
4040
</StyledResponsive>

0 commit comments

Comments
 (0)