File tree Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,14 @@ function HorizontalBanner({ isDisplayAd = false }: Props) {
18
18
19
19
return (
20
20
< StyledResponsive onClick = { onClick } >
21
- { isDisplayAd ? (
22
- < ins
23
- className = "adsbygoogle"
24
- style = { { display : 'block' } }
25
- data-ad-client = "ca-pub-5574866530496701"
26
- data-ad-slot = "8809887603"
27
- data-ad-format = "auto"
28
- data-full-width-responsive = "true"
29
- > </ ins >
30
- ) : (
31
- < ins
32
- className = "adsbygoogle"
33
- style = { { display : 'block' , textAlign : 'center' } }
34
- data-ad-layout = "in-article"
35
- data-ad-format = "fluid"
36
- data-ad-client = "ca-pub-5574866530496701"
37
- data-ad-slot = "1310741884"
38
- > </ ins >
39
- ) }
21
+ < ins
22
+ className = "adsbygoogle"
23
+ style = { { display : 'block' , textAlign : 'center' } }
24
+ data-ad-client = "ca-pub-5574866530496701"
25
+ data-ad-slot = "7675625634"
26
+ data-ad-format = "auto"
27
+ data-full-width-responsive = "true"
28
+ > </ ins >
40
29
</ StyledResponsive >
41
30
) ;
42
31
}
You can’t perform that action at this time.
0 commit comments