Mise à jour de la jauge de financement au vu des changements de budget
All checks were successful
/ build (push) Successful in 3m16s
All checks were successful
/ build (push) Successful in 3m16s
This commit is contained in:
parent
a9d95b500a
commit
d992257d92
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = 10530;
|
const fundraisingTotalMax = 13355.82;
|
||||||
|
|
||||||
async function getGauge() {
|
async function getGauge() {
|
||||||
// // REMOVE WHEN SIGNUP FORM IS OPEN
|
// // REMOVE WHEN SIGNUP FORM IS OPEN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue