From 02c194ff82052aaabf33a459db448d09abe32f2b Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 7 Dec 2022 12:31:01 -0600 Subject: [PATCH] Update donation progress target --- templates/DonationProgress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/DonationProgress.php b/templates/DonationProgress.php index b2473e56..4d1e8824 100644 --- a/templates/DonationProgress.php +++ b/templates/DonationProgress.php @@ -34,7 +34,7 @@ $current = Db::QueryInt(' ) ) x ', [$start, $start, $start]); -$target = 100; +$target = 75; $stretchCurrent = 0; $stretchTarget = 20; $totalCurrent = $current;