remove Game starts when ... in lobby (#233)

This commit is contained in:
Ilan Schemoul
2025-03-13 14:02:45 +01:00
committed by GitHub
parent 67af4b06ab
commit a1d0c87232
-6
View File
@@ -131,12 +131,6 @@ export class PublicLobby extends LitElement {
${timeDisplay}
</div>
</div>
<div class="flex flex-col items-start">
<div class="text-md font-medium text-blue-100">
Game starts when ${playersRemainingBeforeMax} more players join
or in ${timeDisplay} seconds.
</div>
</div>
</div>
</div>
</button>