mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
Tweak donation constants
This commit is contained in:
parent
009505d182
commit
9ca6b1eb0e
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ const DONATION_DRIVE_DATES = [
|
|||
'Spring drive',
|
||||
new DateTimeImmutable('Second Monday of May'),
|
||||
new DateTimeImmutable('Second Monday of May +2 weeks'),
|
||||
50,
|
||||
40,
|
||||
20
|
||||
),
|
||||
new DonationDrive(
|
||||
|
@ -94,7 +94,7 @@ const DONATION_DRIVE_DATES = [
|
|||
NOW < new DateTimeImmutable('November 15') ? new DateTimeImmutable('November 15') : new DateTimeImmutable('November 15 -1 year'),
|
||||
NOW < new DateTimeImmutable('January 7') ? new DateTimeImmutable('January 7') : new DateTimeImmutable('January 7 +1 year'),
|
||||
50,
|
||||
20
|
||||
30
|
||||
)
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue