mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Change bar length to 36
This commit is contained in:
parent
b290efcece
commit
4e4a3f2f4a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const barLength = 30;
|
||||
const barLength = 36;
|
||||
|
||||
export const calculateTimeLeft = (date: Date) => {
|
||||
const now = new Date();
|
||||
|
|
Loading…
Add table
Reference in a new issue