Spaces:
Running
Running
Update components/GoogleAd.tsx
Browse files- components/GoogleAd.tsx +1 -1
components/GoogleAd.tsx
CHANGED
|
@@ -54,7 +54,7 @@ const GoogleAd: React.FC<GoogleAdProps> = ({
|
|
| 54 |
<ins className="adsbygoogle"
|
| 55 |
ref={adRef}
|
| 56 |
style={{ display: 'block', width: '100%' }}
|
| 57 |
-
data-ad-client="ca-pub-
|
| 58 |
data-ad-slot={effectiveSlotId}
|
| 59 |
data-ad-format={format}
|
| 60 |
// CRITICAL: Set to false to prevent the ad from expanding beyond the sidebar/panel width
|
|
|
|
| 54 |
<ins className="adsbygoogle"
|
| 55 |
ref={adRef}
|
| 56 |
style={{ display: 'block', width: '100%' }}
|
| 57 |
+
data-ad-client="ca-pub-1194928369043500"
|
| 58 |
data-ad-slot={effectiveSlotId}
|
| 59 |
data-ad-format={format}
|
| 60 |
// CRITICAL: Set to false to prevent the ad from expanding beyond the sidebar/panel width
|