Skip to content

Commit

Permalink
Revert ad changes
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Dec 27, 2024
1 parent 43cc46f commit 8a5e12b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/gameUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ export default function GameUI({ inCoolMathGames, miniMapShown, setMiniMapShown,
return (
<div className="gameUI">

{ !onboarding && !inCrazyGames && !inCoolMathGames && (!session?.token?.supporter) && (width >700) && (
{ !onboarding && !inCrazyGames && !inCoolMathGames && (!session?.token?.supporter) && (
<div className={`topAdFixed ${(multiplayerTimerShown || onboardingTimerShown || singlePlayerRound)?'moreDown':''}`}>
<Ad inCrazyGames={inCrazyGames} showAdvertisementText={false} screenH={height} types={[[320,50]]} centerOnOverflow={600} screenW={Math.max(400, width-450)} vertThresh={0.3} />
<Ad inCrazyGames={inCrazyGames} showAdvertisementText={false} screenH={height} types={[[728,90]]} centerOnOverflow={600} screenW={Math.max(400, width-450)} vertThresh={0.3} />
</div>
)}

Expand Down
2 changes: 1 addition & 1 deletion public/world-arbitrary.json

Large diffs are not rendered by default.

0 comments on commit 8a5e12b

Please sign in to comment.