update the button to "Join next game" so it's clear it's a button

This commit is contained in:
ilan schemoul
2025-02-27 23:01:25 +01:00
parent 389e905813
commit 5243d6a3e1
+1 -1
View File
@@ -81,7 +81,7 @@ export class PublicLobby extends LitElement {
? "bg-gradient-to-r from-green-600 to-green-500"
: "bg-gradient-to-r from-blue-600 to-blue-500"} text-white font-medium rounded-xl transition-opacity duration-200 hover:opacity-90"
>
<div class="text-lg md:text-2xl font-semibold mb-2">Next Game</div>
<div class="text-lg md:text-2xl font-semibold mb-2">Join next Game</div>
<div class="flex">
<img
src="${getMapsImage(lobby.gameConfig.gameMap)}"