From 2dc069690011655b69faef1a0723bcba00369954 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 14 Nov 2025 19:15:29 +0000 Subject: [PATCH] Update token logos in mobile wallet to match web version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed token logos to match web interface: - HEZ: 💎 → 🟡 (yellow circle) - PEZ: 🪙 → 🟣 (purple circle) - USDT: 💵 (unchanged) This ensures consistent branding across web and mobile platforms. --- mobile/src/screens/WalletScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/src/screens/WalletScreen.tsx b/mobile/src/screens/WalletScreen.tsx index 6fb7c836..72622b26 100644 --- a/mobile/src/screens/WalletScreen.tsx +++ b/mobile/src/screens/WalletScreen.tsx @@ -65,7 +65,7 @@ const WalletScreen: React.FC = () => { balance: balances.HEZ, value: '$0.00', change: '+0.00%', - logo: '💎', + logo: '🟡', isLive: true, }, { @@ -74,7 +74,7 @@ const WalletScreen: React.FC = () => { balance: balances.PEZ, value: '$0.00', change: '+0.00%', - logo: '🪙', + logo: '🟣', isLive: true, }, {