mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-20 14:01:09 +00:00
Update token logos in mobile wallet to match web version
Changed token logos to match web interface: - HEZ: 💎 → 🟡 (yellow circle) - PEZ: 🪙 → 🟣 (purple circle) - USDT: 💵 (unchanged) This ensures consistent branding across web and mobile platforms.
This commit is contained in:
@@ -65,7 +65,7 @@ const WalletScreen: React.FC = () => {
|
|||||||
balance: balances.HEZ,
|
balance: balances.HEZ,
|
||||||
value: '$0.00',
|
value: '$0.00',
|
||||||
change: '+0.00%',
|
change: '+0.00%',
|
||||||
logo: '💎',
|
logo: '🟡',
|
||||||
isLive: true,
|
isLive: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -74,7 +74,7 @@ const WalletScreen: React.FC = () => {
|
|||||||
balance: balances.PEZ,
|
balance: balances.PEZ,
|
||||||
value: '$0.00',
|
value: '$0.00',
|
||||||
change: '+0.00%',
|
change: '+0.00%',
|
||||||
logo: '🪙',
|
logo: '🟣',
|
||||||
isLive: true,
|
isLive: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user