Skip to content

Commit

Permalink
Added ads
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Jan 9, 2024
1 parent 43e6372 commit b1eaa7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,13 @@

</RadzenFooter>
</RadzenLayout>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2889277787752693"
crossorigin="anonymous"></script>
<ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-2889277787752693"
data-ad-slot="3364154613"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
@code {
bool sidebarExpanded = false;
string modeIcon = "dark_mode";
Expand Down

0 comments on commit b1eaa7f

Please sign in to comment.