diff --git a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx index c3d80b22..59851b87 100644 --- a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx +++ b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx @@ -188,40 +188,6 @@ export default function HomeSidebar({ )} - { - // open docs.langbot.app - const language = localStorage.getItem('langbot_language'); - if (language === 'zh-Hans') { - window.open( - 'https://docs.langbot.app/zh/insight/guide.html', - '_blank', - ); - } else if (language === 'zh-Hant') { - window.open( - 'https://docs.langbot.app/zh/insight/guide.html', - '_blank', - ); - } else { - window.open( - 'https://docs.langbot.app/en/insight/guide.html', - '_blank', - ); - } - }} - isSelected={false} - icon={ - - - - } - name={t('common.helpDocs')} - /> - { setApiKeyDialogOpen(true); @@ -302,6 +268,41 @@ export default function HomeSidebar({
{t('common.account')} +