📝 Rename the currencies

This commit is contained in:
2025-11-16 17:59:10 +08:00
parent 320664a547
commit d93b066979
4 changed files with 20 additions and 5 deletions

View File

@@ -1863,6 +1863,6 @@ class WalletScreen extends HookConsumerWidget {
}
const Map<String, IconData> kCurrencyIconData = {
'points': Symbols.toll,
'golds': Symbols.attach_money,
'points': Symbols.bolt,
'golds': Symbols.diamond,
};