Update button text in TopBar component

Revised the button label from "Neues Spiel" to "✦ Neues Spiel" to enhance visual appeal and draw user attention. This minor UI tweak improves the user experience.
This commit is contained in:
2026-02-04 09:02:50 +01:00
parent 3b628b6c57
commit e4c1a57f0f

View File

@@ -51,7 +51,7 @@ export default function TopBar({
</div>
<button onClick={newGame} style={styles.primaryBtn}>
+ Neues Spiel
Neues Spiel
</button>
</div>
</div>