diff --git a/src/client/PublicLobby.ts b/src/client/PublicLobby.ts index 9581b75d8..6b495a8b3 100644 --- a/src/client/PublicLobby.ts +++ b/src/client/PublicLobby.ts @@ -52,31 +52,27 @@ export class PublicLobby extends LitElement { render() { if (this.lobbies.length === 0) return html``; + const lobby = this.lobbies[0]; const timeRemaining = Math.max(0, Math.floor(lobby.msUntilStart / 1000)); - // return html` - //
- // Test Tailwind - //
- // `; - return html` - -`; + + `; } private lobbyClicked(lobby: Lobby) { diff --git a/src/client/index.html b/src/client/index.html index 379155105..ddf38982e 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -70,7 +70,7 @@
OpenFront.io + class="pt-6 md:pt-12 h-auto w-3/4 lg:w-1/2 mx-auto transform sm:scale-125 md:scale-150 lg:scale-175">

(v0.14.0)

@@ -101,15 +101,15 @@