From ca3e550fb59af89a2ddc0e1e0e59a3025edbece7 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 11 Nov 2025 22:59:59 +0100 Subject: Fixed timer notifications and the title --- court.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'court.mjs') diff --git a/court.mjs b/court.mjs index 8721bc5..e252cb5 100644 --- a/court.mjs +++ b/court.mjs @@ -13,7 +13,7 @@ export class Court { console.log(this.name + " is currently " + status); } render() { - let type = this.status ? `class="button is-large is-success"` : 'class="button is-large is-dark"'; + let type = this.status ? `class="button is-medium is-success"` : 'class="button is-medium is-dark"'; return ``; } } -- cgit v1.3.1