From a2be8ef1251d069c7700d073f86fe75c58b91021 Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Wed, 25 Feb 2026 13:36:58 +0500 Subject: [PATCH] bug fixed --- src/features/profile/ui/Profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/profile/ui/Profile.tsx b/src/features/profile/ui/Profile.tsx index 8556001..3f0e6d7 100644 --- a/src/features/profile/ui/Profile.tsx +++ b/src/features/profile/ui/Profile.tsx @@ -42,7 +42,7 @@ const Profile = () => { const renderContent = () => { switch (activeSection) { case 'support': - router.push('https://t.me/web_app_0515_bot'); + router.push('https://t.me/gastrohubbot'); default: return ;