fix: update membership fee in financial data
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m1s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m1s
Increased the membership fee in EUR from 25 to 75 to reflect the current income. This change ensures the financial data remains accurate. No functional impact on the application but improves data consistency.
This commit is contained in:
parent
a3e1c325be
commit
5058562d02
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
},
|
},
|
||||||
"9": {
|
"9": {
|
||||||
"Membership Fees": {
|
"Membership Fees": {
|
||||||
"EUR": 25
|
"EUR": 75
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue