Skip to content

Commit

Permalink
Remove 320,50
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 15, 2024
1 parent b8b671c commit 4cab193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/gameUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export default function GameUI({ singlePlayerRound, setSinglePlayerRound, showDi

{ !onboarding && !inCrazyGames && (!session?.token?.supporter) && (
<div className={`topAdFixed ${(multiplayerTimerShown || onboardingTimerShown || singlePlayerRound)?'moreDown':''}`}>
<Ad inCrazyGames={inCrazyGames} showAdvertisementText={false} screenH={height} types={[[320, 50],[728,90]]} 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
4 changes: 2 additions & 2 deletions components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ setShowCountryButtons(false)
try {
fetch(clientConfig()?.apiUrl+`/mapPlay/${mapSlug}`, {method: "POST"})
} catch(e) {}

}

try {
Expand Down 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={[[320, 50],[728,90],[970,90],[970,250]]} screenW={width} />
<Ad inCrazyGames={inCrazyGames} screenH={height} types={[[728,90],[970,90],[970,250]]} screenW={width} />
)}
</center>
</div>
Expand Down

0 comments on commit 4cab193

Please sign in to comment.