fix(data): correct membership fee value in finances.json
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s

Adjusted the membership fee from 25 EUR to the correct value of 325 EUR to reflect accurate income. This change ensures financial records are up-to-date.
This commit is contained in:
Kumi 2024-08-02 09:37:34 +02:00
parent f507ddbc65
commit af2767377f
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -49,7 +49,7 @@
},
"8": {
"Membership Fees": {
"EUR": 25
"EUR": 325
}
}
}