Update menu text & announcement

This commit is contained in:
tobspr 2022-10-13 15:23:14 +02:00
parent e0bc74a4fd
commit b42488f7b5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ export const CHANGELOG = [
version: "1.5.6",
date: "09.12.2022",
entries: [
"⚠️ Shapez 2 will be coming soon! <a href='https://tobspr.io/shapez-2?utm_medium=s1_steam' target='_blank'>Click here</a> to find out more. ⚠️ ",
"⚠️ We are currently prototyping Shapez 2! <a href='https://tobspr.io/shapez-2?utm_medium=s1_steam' target='_blank'>Click here</a> to find out more. ⚠️ ",
"Minor fixes & improvements",
"Updated translations",
],

View File

@ -179,7 +179,7 @@ export class MainMenuState extends GameState {
${
showShapez2
? `<div class="mainNews shapez2">
<div class="text">Shapez 2 will be coming soon!</div>
<div class="text">We are currently prototyping Shapez 2!</div>
</div>`
: ""