File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ function HorizontalBanner({ isDisplayAd = false }: Props) {
21
21
{ isDisplayAd ? (
22
22
< ins
23
23
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 "
27
27
data-ad-format = "auto"
28
28
data-full-width-responsive = "true"
29
29
> </ ins >
@@ -33,8 +33,8 @@ function HorizontalBanner({ isDisplayAd = false }: Props) {
33
33
style = { { display : 'block' , textAlign : 'center' } }
34
34
data-ad-layout = "in-article"
35
35
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 "
38
38
> </ ins >
39
39
) }
40
40
</ StyledResponsive >
You can’t perform that action at this time.
0 commit comments