Unverified Commit 40d612ff authored by Joel's avatar Joel Committed by GitHub

feat: add roadmap and feedback link (#1816)

parent 88a73ecd
...@@ -100,6 +100,15 @@ export default function AppSelector({ isMobile }: IAppSelecotr) { ...@@ -100,6 +100,15 @@ export default function AppSelector({ isMobile }: IAppSelecotr) {
<div>{t('common.userProfile.settings')}</div> <div>{t('common.userProfile.settings')}</div>
</div> </div>
</Menu.Item> </Menu.Item>
<Menu.Item>
<Link
className={classNames(itemClassName, 'group justify-between')}
href='https://feedback.dify.ai/'
target='_blank'>
<div>{t('common.userProfile.roadmapAndFeedback')}</div>
<ArrowUpRight className='hidden w-[14px] h-[14px] text-gray-500 group-hover:flex' />
</Link>
</Menu.Item>
<Menu.Item> <Menu.Item>
<Link <Link
className={classNames(itemClassName, 'group justify-between')} className={classNames(itemClassName, 'group justify-between')}
......
...@@ -98,6 +98,7 @@ const translation = { ...@@ -98,6 +98,7 @@ const translation = {
workspace: 'Workspace', workspace: 'Workspace',
createWorkspace: 'Create Workspace', createWorkspace: 'Create Workspace',
helpCenter: 'Help', helpCenter: 'Help',
roadmapAndFeedback: 'Roadmap & Feedback',
about: 'About', about: 'About',
logout: 'Log out', logout: 'Log out',
}, },
......
...@@ -98,6 +98,7 @@ const translation = { ...@@ -98,6 +98,7 @@ const translation = {
workspace: '工作空间', workspace: '工作空间',
createWorkspace: '创建工作空间', createWorkspace: '创建工作空间',
helpCenter: '帮助文档', helpCenter: '帮助文档',
roadmapAndFeedback: '产品路线图 & 用户反馈',
about: '关于', about: '关于',
logout: '登出', logout: '登出',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment