Skip to content

Commit

Permalink
fixed ads issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Jan 13, 2024
1 parent 464ac6f commit 98286c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
</RadzenPanelMenu>
</RadzenSidebar>
<RadzenSidebar Style="width: 300px; grid-area: rz-right-sidebar">
<ins class="adsbygoogle" style="display:inline-block;width:300px;height:800px"
data-ad-client="ca-pub-2889277787752693" data-ad-slot="6953143319"></ins>
<ins class="adsbygoogle" style="width:300px;height:800px" data-ad-client="ca-pub-2889277787752693"
data-ad-slot="6953143319"></ins>
</RadzenSidebar>
<RadzenBody>
<div class="rz-p-4">
Expand Down

0 comments on commit 98286c0

Please sign in to comment.