mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-12 17:51:02 +00:00
fix: restore Pez-DEX button alongside new KRD Exchange button
Finance section now has both: - Exchange: PezkuwiExchange.png logo → opens exchange.pezkuwichain.io (new tab) - Pez-DEX: internal /dex route (auth required)
This commit is contained in:
@@ -57,6 +57,7 @@ const APP_SECTIONS: AppSection[] = [
|
||||
{ title: 'mobile.app.wallet', icon: '👛', route: '/wallet' },
|
||||
{ title: 'mobile.app.bank', icon: '🏦', route: '/finance/bank' },
|
||||
{ title: 'mobile.app.exchange', icon: '💱', imgIcon: '/PezkuwiExchange.png', route: '/dex', href: 'https://exchange.pezkuwichain.io' },
|
||||
{ title: 'mobile.app.dex', icon: '🔄', route: '/dex', requiresAuth: true },
|
||||
{ title: 'mobile.app.p2p', icon: '🤝', route: '/p2p', requiresAuth: true },
|
||||
{ title: 'mobile.app.b2b', icon: '🤖', route: '/bereketli', requiresAuth: true },
|
||||
{ title: 'mobile.app.bacZekat', icon: '💰', route: '/finance/zekat' },
|
||||
|
||||
Reference in New Issue
Block a user