Fix donation progress bar

This commit is contained in:
Alex Cabal 2024-12-30 22:04:09 -06:00
parent d146550bf3
commit 616b9677a9
6 changed files with 14 additions and 11 deletions

View file

@ -101,7 +101,7 @@ const DONATION_DRIVE_DATES = [
NOW < new DateTimeImmutable('January 7') ? new DateTimeImmutable('November 25 -1 year') : new DateTimeImmutable('November 25'),
NOW < new DateTimeImmutable('January 7') ? new DateTimeImmutable('January 7') : new DateTimeImmutable('January 7 +1 year'),
75,
25
50
)
];