mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -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',
|
'Spring drive',
|
||||||
new DateTimeImmutable('Second Monday of May'),
|
new DateTimeImmutable('Second Monday of May'),
|
||||||
new DateTimeImmutable('Second Monday of May +2 weeks'),
|
new DateTimeImmutable('Second Monday of May +2 weeks'),
|
||||||
50,
|
40,
|
||||||
20
|
20
|
||||||
),
|
),
|
||||||
new DonationDrive(
|
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('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'),
|
NOW < new DateTimeImmutable('January 7') ? new DateTimeImmutable('January 7') : new DateTimeImmutable('January 7 +1 year'),
|
||||||
50,
|
50,
|
||||||
20
|
30
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue