Skip to content

Commit

Permalink
trying to fix the ads issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Jan 13, 2024
1 parent e103ac0 commit 464ac6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions src/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,8 @@
</RadzenPanelMenu>
</RadzenSidebar>
<RadzenSidebar Style="width: 300px; grid-area: rz-right-sidebar">
<script async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2889277787752693"
crossorigin="anonymous"></script>
<ins class="adsbygoogle" style="display:inline-block;width:300px;height:800px"
data-ad-client="ca-pub-2889277787752693" data-ad-slot="6953143319"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</RadzenSidebar>
<RadzenBody>
<div class="rz-p-4">
Expand Down
3 changes: 0 additions & 3 deletions src/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,4 @@ a, .btn-link {

code {
color: #c02d76;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
display: none !important;
}

0 comments on commit 464ac6f

Please sign in to comment.