From 2da00bb4ec25762543dae8dd798791b3d97c43aa Mon Sep 17 00:00:00 2001 From: lyzno1 <92089059+lyzno1@users.noreply.github.com> Date: Wed, 13 Aug 2025 13:56:06 +0800 Subject: [PATCH] Fix misleading Studio button in account header (#23842) --- web/app/account/header.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/account/header.tsx b/web/app/account/header.tsx index d033bfab6..af09ca1c9 100644 --- a/web/app/account/header.tsx +++ b/web/app/account/header.tsx @@ -13,14 +13,14 @@ const Header = () => { const router = useRouter() const systemFeatures = useGlobalPublicStore(s => s.systemFeatures) - const back = useCallback(() => { - router.back() + const goToStudio = useCallback(() => { + router.push('/apps') }, [router]) return (
{t('common.account.account')}