From 73093300a7d72f1c3fc197c1b80f378e80a8b4a9 Mon Sep 17 00:00:00 2001 From: Alice Date: Mon, 4 May 2026 17:06:55 +0200 Subject: [PATCH] quick fix fundraising progress bar --- js/progress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/progress.js b/js/progress.js index 9cefb6a..481cb21 100644 --- a/js/progress.js +++ b/js/progress.js @@ -1,7 +1,7 @@ const gauge_url = "https://api.camp.interhacker.space/api/gauge" const fundraising_url = "https://api.camp.interhacker.space/api/fundraising" const gaugeMax = 200; -const fundraisingTotalMax = 20000; +const fundraisingTotalMax = 10530; async function getGauge() { // // REMOVE WHEN SIGNUP FORM IS OPEN