fix(finances): update server cost for accuracy
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s

Adjusted the server costs in the financial data from -32.72 EUR to -55.87 EUR to better reflect actual expenses. Ensures more accurate reporting and budget tracking.
This commit is contained in:
Kumi 2024-07-09 07:58:30 +02:00
parent e17507d547
commit 6ec67f8891
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -42,7 +42,7 @@
"EUR": 395
},
"Server Costs": {
"EUR": -32.72
"EUR": -55.87
}
}
}