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:
2026-04-14 18:08:36 +03:00
parent ddc251fda3
commit e895a6611c
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -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' },