update: update touranments count in donation page

This commit is contained in:
MTG2000
2022-07-27 18:33:24 +03:00
parent 4336461eb7
commit 5ce4948496

View File

@@ -132,7 +132,7 @@ const getDonationsStats = extendType({
// #TODO add a measurement unit for prizes & donations (eg. $ or sats or BTC)
return {
prizes: '$5.2k',
touranments: 3,
touranments: 2,
donations,
applications
}