From da83aad2df0a335533a5633ece0b4358738a0091 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 26 Apr 2026 22:34:05 +0300 Subject: [PATCH] feat: update exchange button URL to pex.network --- web/src/components/MobileHomeLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/MobileHomeLayout.tsx b/web/src/components/MobileHomeLayout.tsx index 9b8371b2..46afe934 100644 --- a/web/src/components/MobileHomeLayout.tsx +++ b/web/src/components/MobileHomeLayout.tsx @@ -56,7 +56,7 @@ const APP_SECTIONS: AppSection[] = [ apps: [ { 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.exchange', icon: '💱', imgIcon: '/PezkuwiExchange.png', route: '/dex', href: 'https://pex.network' }, { 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 },