Skip to content

Commit

Permalink
teste env
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 28, 2024
1 parent 451b7cb commit d98f2c3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/src/app/news/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,10 @@ export default function NewsPage() {

return (
<MainBg>
<h1>{GOOGLE_ADSENSE_CLIENT_ID} TESTE</h1>
{isClient && (
<>
<div id="news-page">
<AddBanner
AdClient={GOOGLE_ADSENSE_CLIENT_ID}
AdSlot={SlotAd3}
AdFormat="fluid"
/>
</div>
<div id="news-page" />
</>
)}
</MainBg>
Expand Down

0 comments on commit d98f2c3

Please sign in to comment.