From 8a6b6bec99dc669ff074a5c1d13bafea72bea5b8 Mon Sep 17 00:00:00 2001 From: zombieb Date: Wed, 26 Nov 2025 23:50:05 +0000 Subject: [PATCH] hourssss --- res/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/index.html b/res/index.html index ee83a53..f7ca542 100644 --- a/res/index.html +++ b/res/index.html @@ -151,7 +151,7 @@ const hours = hoursUntil(d); if (hours > 24) timeText.innerHTML = `${daysUntil(d)} DAY(S) REMAINING`; - else if (hours > 0) timeText.innerHTML = `${hours} HOURS(S) REMAINING`; + else if (hours > 0) timeText.innerHTML = `${hours} HOUR(S) REMAINING`; else if (hours > -3) timeText.innerHTML = "RIGHT NOW"; else timeText.innerText = "FINISHED"; };