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 3907c3a commit 69424b1Copy full SHA for 69424b1
1 file changed
apps/frontend/src/modules/shared/components/client/ads/AdSlots.tsx
@@ -2,7 +2,6 @@
2
3
import { faClose } from '@fortawesome/free-solid-svg-icons';
4
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
5
-import Script from 'next/script';
6
import { useEffect, useRef, useState } from 'react';
7
8
import { cn } from '@web/lib/utils';
@@ -172,11 +171,6 @@ const AdTemplate = ({
172
171
) : (
173
<div className={cn(className, isHidden ? hiddenClassName : '')}>
174
<InfoText />
175
- <Script
176
- async
177
- src={`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${pubId}`}
178
- crossOrigin='anonymous'
179
- />
180
{!isHidden && (
181
<>
182
<ins
0 commit comments