Files
VoiceStudio/frontend/public/donation_progress.json
T
mergetest ad443e853a fix(donate): correct progress from $137.50 to actual $10/$200 raised
The in-app goal bar and its bundled snapshot showed $137.50 / $200 (23
sponsors) — fabricated numbers. Updated both the runtime JSON and the
TypeScript fallback to reflect the real amount: $10 / $200, 1 sponsor.

Also updates the README badge color from red to yellow (in-progress).
2026-06-17 12:23:03 +05:30

8 lines
103 B
JSON

{
"raised": 10,
"goal": 200,
"currency": "USD",
"sponsorCount": 1,
"updated": "2026-06-17"
}