New badge

This commit is contained in:
2024-06-03 23:41:09 +08:00
parent 6007bdff77
commit 628b448e81
2 changed files with 10 additions and 0 deletions

View File

@ -31,6 +31,14 @@ class _AccountBadgeWidgetState extends State<AccountBadgeWidget> {
color: Colors.orange,
),
),
'solar.greatCommunityContributor': (
'badgeGreatCommunityContributor'.tr,
const FaIcon(
FontAwesomeIcons.handshakeAngle,
size: 16,
color: Colors.green,
),
)
};
@override