feat: add zcc09 as supporter (thank you)

This commit is contained in:
zarzet
2026-03-18 00:15:44 +07:00
parent 5ccd06cc68
commit 855d0e3ffc

View File

@@ -164,7 +164,7 @@ class _RecentDonorsCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
final isDark = Theme.of(context).brightness == Brightness.dark;
const donorNames = <String>['micahRichie', 'a fan', 'mc nuggets jimmy', 'CJBGR'];
const donorNames = <String>['micahRichie', 'a fan', 'mc nuggets jimmy', 'CJBGR', 'zcc09'];
// Match SettingsGroup color logic
final cardColor = isDark
@@ -480,7 +480,7 @@ int _cr(String v) {
}
// Highlighted supporters (hashes of names).
const _cv = <int>{1211573191};
const _cv = <int>{1211573191, 1003219236};
class _SupporterChip extends StatelessWidget {
final String name;