Update donation progress target

This commit is contained in:
Alex Cabal 2022-12-07 12:31:01 -06:00
parent 7a6751e25e
commit 02c194ff82

View file

@ -34,7 +34,7 @@ $current = Db::QueryInt('
) )
) x ) x
', [$start, $start, $start]); ', [$start, $start, $start]);
$target = 100; $target = 75;
$stretchCurrent = 0; $stretchCurrent = 0;
$stretchTarget = 20; $stretchTarget = 20;
$totalCurrent = $current; $totalCurrent = $current;