Skip to content

Commit 52166fd

Browse files
committed
Fix discount still being active
1 parent b67f925 commit 52166fd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/js/game/hud/parts/standalone_advantages.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export class HUDStandaloneAdvantages extends BaseHUDPart {
4949
: ""
5050
}
5151
</button>
52-
${!G_IS_STEAM_DEMO ? `<span class="specialOffer">${T.global.discountSummerSale}</span>` : ""}
5352
<button class="otherCloseButton" data-btn-variant="${G_IS_STEAM_DEMO ? "steam-demo" : "prod"}">${
5453
T.ingame.standaloneAdvantages.no_thanks
5554
}</button>

src/js/states/main_menu.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export class MainMenuState extends GameState {
110110
}
111111
Play shapez on Steam
112112
</a>
113-
${!G_IS_STEAM_DEMO ? `<span class="specialOffer">${T.global.discountSummerSale}</span>` : ""}
114113
${!G_IS_STEAM_DEMO ? `<div class="onlinePlayerCount"></div>` : ""}
115114
116115
`;

0 commit comments

Comments
 (0)