From 4e4a3f2f4a468db236d4cd5412b66561389aca7b Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 14 Jul 2022 17:43:55 -0400 Subject: [PATCH] Change bar length to 36 --- src/poll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poll.ts b/src/poll.ts index 6ca6372..6f7e40d 100644 --- a/src/poll.ts +++ b/src/poll.ts @@ -1,4 +1,4 @@ -const barLength = 30; +const barLength = 36; export const calculateTimeLeft = (date: Date) => { const now = new Date();