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')}