From f8cc4baf7e65e43b939b2399d18548c692bf44ed Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 27 Jan 2025 21:11:06 -0800 Subject: [PATCH] style front page, default to prod config --- package.json | 2 +- src/client/PublicLobby.ts | 13 ++++++------- src/client/index.html | 8 ++++---- src/core/configuration/Config.ts | 5 +++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index a09f50856..713c95073 100644 --- a/package.json +++ b/package.json @@ -98,4 +98,4 @@ "zod": "^3.23.8" }, "type": "module" -} +} \ No newline at end of file diff --git a/src/client/PublicLobby.ts b/src/client/PublicLobby.ts index 6b495a8b3..b2fc52c29 100644 --- a/src/client/PublicLobby.ts +++ b/src/client/PublicLobby.ts @@ -52,21 +52,20 @@ 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`