diff --git a/index.html b/index.html
index ced66a1..7400a9f 100644
--- a/index.html
+++ b/index.html
@@ -112,11 +112,6 @@
places déjà réservées.
-
-
- Si des places se libèrent, tu peux faire une demande sur
- la liste d'attente
-
Et nous avons reçu
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