We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9989bc commit 3cd5b73Copy full SHA for 3cd5b73
src/components/common/AdFeed.tsx
@@ -9,13 +9,21 @@ function AdFeed() {
9
10
return (
11
<Block>
12
- <ins
+ {/* <ins
13
className="adsbygoogle"
14
style={{ display: 'block' }}
15
data-ad-format="fluid"
16
data-ad-layout-key="-6z+el+w-4n+70"
17
data-ad-client="ca-pub-5574866530496701"
18
data-ad-slot="8258809297"
19
+ ></ins> */}
20
+ <ins
21
+ className="adsbygoogle"
22
+ style={{ display: 'block' }}
23
+ data-ad-client="ca-pub-5574866530496701"
24
+ data-ad-slot="6548419604"
25
+ data-ad-format="auto"
26
+ data-full-width-responsive="true"
27
></ins>
28
</Block>
29
);
@@ -38,6 +46,7 @@ const Block = styled.div`
38
46
width: 100%;
39
47
margin-top: 1rem;
40
48
margin-bottom: 1rem;
49
+ min-height: 5rem;
41
50
}
42
51
`;
43
52
0 commit comments