From a64f91606a7aeca3d56d323f7c95111c45b3c499 Mon Sep 17 00:00:00 2001 From: nono-lqdn Date: Fri, 30 Jan 2026 11:37:36 +0100 Subject: [PATCH] =?UTF-8?q?Repasser=20la=20jauge=20attendu=20=C3=A0=20200?= =?UTF-8?q?=20personnes?= 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 ea1bdf2..71e3bab 100644 --- a/js/progress.js +++ b/js/progress.js @@ -1,6 +1,6 @@ const gauge_url = "https://api.camp.interhacker.space/api/gauge" const fundraising_url = "https://api.camp.interhacker.space/api/fundraising" -const gaugeMax = 250; +const gaugeMax = 200; const fundraisingTotalMax = 20000; async function getGauge() {