From c1d917ed8df2c6af500dc324903cdb8df037d2d4 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 27 Nov 2024 15:48:44 -0600 Subject: [PATCH] Tweak donation target --- lib/Constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Constants.php b/lib/Constants.php index 829561b5..9fd30edb 100644 --- a/lib/Constants.php +++ b/lib/Constants.php @@ -95,8 +95,8 @@ const DONATION_DRIVE_DATES = [ 'Holiday drive', 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'), - 50, - 30 + 75, + 25 ) ];