From 6283ffdfe433fde90cfc4a36af324b2ec38f2211 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Thu, 7 Aug 2025 11:55:51 +0800 Subject: [PATCH] fix(HomeTabs): correct tab positioning logic for topic selection --- src/renderer/src/pages/home/Tabs/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/src/pages/home/Tabs/index.tsx b/src/renderer/src/pages/home/Tabs/index.tsx index f4190f192a..4fba643703 100644 --- a/src/renderer/src/pages/home/Tabs/index.tsx +++ b/src/renderer/src/pages/home/Tabs/index.tsx @@ -116,10 +116,10 @@ const HomeTabs: FC = ({ )} - {position === 'left' && topicPosition === 'right' && ( + {position === 'right' && topicPosition === 'right' && ( - setTab('assistants')}> - {t('assistants.abbr')} + setTab('topic')}> + {t('common.topics')} setTab('settings')}> {t('settings.title')}