From 72e39d91fcc9012f22cd9edb4ac48f41dc669ebf Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:17:10 -0300 Subject: [PATCH] Update profile_card.dart --- lib/components/profile_card.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/profile_card.dart b/lib/components/profile_card.dart index 3d03d69210..3eb780f449 100644 --- a/lib/components/profile_card.dart +++ b/lib/components/profile_card.dart @@ -491,7 +491,7 @@ class _ProfileCardState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( - 'tIO Tokens', + 'tARIO Tokens', style: typography.paragraphNormal( fontWeight: ArFontWeight.semiBold, color: colorTokens.textHigh,