Skip to content

Commit 35b0cc0

Browse files
committed
Feat : added bottom ad section
1 parent e52a77f commit 35b0cc0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

app/components/ads/bottom.jsx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const BottomAd = () => {
5252
boxShadow: "0 -2px 8px rgba(0,0,0,0.1)",
5353
zIndex: 9999,
5454
transition: "height 0.3s ease",
55-
height: minimized ? "36px" : "100px",
55+
height: minimized ? "36px" : "120px",
5656
overflow: "hidden",
5757
textAlign: "center",
5858
padding: minimized ? "0" : "4px 0",
@@ -85,13 +85,9 @@ const BottomAd = () => {
8585
) : (
8686
<ins
8787
className="adsbygoogle"
88-
style={{ display: "block", height: "100px" }}
89-
data-ad-client={
90-
isDev ? "ca-pub-3940256099942544" : "ca-pub-4311738896428559"
91-
}
92-
data-ad-slot={isDev ? "6300978111" : "2048540881"}
93-
data-ad-format="auto"
94-
data-full-width-responsive="true"
88+
style={{ display: "inline-block", width: "728px", height: "90px" }}
89+
data-ad-client="ca-pub-4311738896428559"
90+
data-ad-slot="3858222679"
9591
></ins>
9692
)}
9793
</div>

0 commit comments

Comments
 (0)