Skip to content

Commit

Permalink
Allow in home
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 15, 2024
1 parent 4cab193 commit 43c732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ setShowCountryButtons(false)
<div style={{ marginTop: "20px" }}>
<center>
{ !loading && screen === "home" && !inCrazyGames &&(!session?.token?.supporter) && (
<Ad inCrazyGames={inCrazyGames} screenH={height} types={[[728,90],[970,90],[970,250]]} screenW={width} />
<Ad inCrazyGames={inCrazyGames} screenH={height} types={[[320,50],[728,90],[970,90],[970,250]]} screenW={width} />
)}
</center>
</div>
Expand Down

0 comments on commit 43c732b

Please sign in to comment.