From d992257d9288d638a85d78af8bbaf333cdc74477 Mon Sep 17 00:00:00 2001 From: nono-lqdn Date: Mon, 15 Jun 2026 11:43:41 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20jauge=20de=20f?= =?UTF-8?q?inancement=20au=20vu=20des=20changements=20de=20budget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/progress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/progress.js b/js/progress.js index 481cb21..fe05cd7 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 = 10530; +const fundraisingTotalMax = 13355.82; async function getGauge() { // // REMOVE WHEN SIGNUP FORM IS OPEN