Change bar length to 36

This commit is contained in:
dangered wolf 2022-07-14 17:43:55 -04:00
parent b290efcece
commit 4e4a3f2f4a
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -1,4 +1,4 @@
const barLength = 30;
const barLength = 36;
export const calculateTimeLeft = (date: Date) => {
const now = new Date();