mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-21 23:47:56 +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' },
|
||||
|
||||
@@ -3784,6 +3784,7 @@ export default {
|
||||
'mobile.app.wallet': 'المحفظة',
|
||||
'mobile.app.bank': 'البنك',
|
||||
'mobile.app.exchange': 'البورصة',
|
||||
'mobile.app.dex': 'Pez-DEX',
|
||||
'mobile.app.p2p': 'P2P',
|
||||
'mobile.app.b2b': 'B2B',
|
||||
'mobile.app.bacZekat': 'الضريبة/الزكاة',
|
||||
|
||||
@@ -3774,6 +3774,7 @@ export default {
|
||||
'mobile.app.wallet': 'جزدان',
|
||||
'mobile.app.bank': 'بانک',
|
||||
'mobile.app.exchange': 'ئاڵوگۆڕ',
|
||||
'mobile.app.dex': 'Pez-DEX',
|
||||
'mobile.app.p2p': 'P2P',
|
||||
'mobile.app.b2b': 'B2B',
|
||||
'mobile.app.bacZekat': 'باج/زەکات',
|
||||
|
||||
@@ -3836,6 +3836,7 @@ export default {
|
||||
'mobile.app.wallet': 'Wallet',
|
||||
'mobile.app.bank': 'Bank',
|
||||
'mobile.app.exchange': 'Exchange',
|
||||
'mobile.app.dex': 'Pez-DEX',
|
||||
'mobile.app.p2p': 'P2P',
|
||||
'mobile.app.b2b': 'B2B',
|
||||
'mobile.app.bacZekat': 'Bac/Zekat',
|
||||
|
||||
@@ -3818,6 +3818,7 @@ export default {
|
||||
'mobile.app.wallet': 'کیف پول',
|
||||
'mobile.app.bank': 'بانک',
|
||||
'mobile.app.exchange': 'صرافی',
|
||||
'mobile.app.dex': 'Pez-DEX',
|
||||
'mobile.app.p2p': 'P2P',
|
||||
'mobile.app.b2b': 'B2B',
|
||||
'mobile.app.bacZekat': 'مالیات/زکات',
|
||||
|
||||
@@ -3801,6 +3801,7 @@ export default {
|
||||
'mobile.app.wallet': 'Berîk',
|
||||
'mobile.app.bank': 'Bank',
|
||||
'mobile.app.exchange': 'Danûstandin',
|
||||
'mobile.app.dex': 'Pez-DEX',
|
||||
'mobile.app.p2p': 'P2P',
|
||||
'mobile.app.b2b': 'B2B',
|
||||
'mobile.app.bacZekat': 'Bac/Zekat',
|
||||
|
||||
@@ -3804,6 +3804,7 @@ export default {
|
||||
'mobile.app.wallet': 'Cüzdan',
|
||||
'mobile.app.bank': 'Banka',
|
||||
'mobile.app.exchange': 'Borsa',
|
||||
'mobile.app.dex': 'Pez-DEX',
|
||||
'mobile.app.p2p': 'P2P',
|
||||
'mobile.app.b2b': 'B2B',
|
||||
'mobile.app.bacZekat': 'Vergi/Zekat',
|
||||
|
||||
Reference in New Issue
Block a user