Fix: doc link of legacy features (#9634)

This commit is contained in:
KVOJJJin
2024-10-22 15:35:20 +08:00
committed by GitHub
parent b7bf14ab72
commit 04f8d39860

View File

@@ -80,7 +80,7 @@ const NewFeaturePanel = ({
<span>{isChatMode ? t('workflow.common.fileUploadTip') : t('workflow.common.ImageUploadLegacyTip')}</span>
<a
className='text-text-accent'
href={`https://docs.dify.ai/${locale === LanguagesSupported[1] && 'v/zh-hans/'}guides/workflow/bulletin`}
href={`https://docs.dify.ai/${locale === LanguagesSupported[1] ? 'v/zh-hans/' : ''}guides/workflow/bulletin`}
target='_blank' rel='noopener noreferrer'
>{t('workflow.common.featuresDocLink')}</a>
</div>