quick fix fundraising progress bar
All checks were successful
/ build (push) Successful in 2m52s

This commit is contained in:
Alice 2026-05-04 17:06:55 +02:00
parent c980f2ec3b
commit 73093300a7

View file

@ -1,7 +1,7 @@
const gauge_url = "https://api.camp.interhacker.space/api/gauge" const gauge_url = "https://api.camp.interhacker.space/api/gauge"
const fundraising_url = "https://api.camp.interhacker.space/api/fundraising" const fundraising_url = "https://api.camp.interhacker.space/api/fundraising"
const gaugeMax = 200; const gaugeMax = 200;
const fundraisingTotalMax = 20000; const fundraisingTotalMax = 10530;
async function getGauge() { async function getGauge() {
// // REMOVE WHEN SIGNUP FORM IS OPEN // // REMOVE WHEN SIGNUP FORM IS OPEN