Skip to content

Commit

Permalink
💡 (components/Cookie.tsx): Add Google AdSense script to the Cookie c…
Browse files Browse the repository at this point in the history
…omponent for monetization purposes
  • Loading branch information
danieldanielecki committed Aug 29, 2024
1 parent 3442151 commit dc667d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/Cookie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ const Cookie: FC = () => {
});
`}
</Script>
<Script
src={`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4827919789464418`}
/>
</>
);
};
Expand Down

0 comments on commit dc667d6

Please sign in to comment.