浏览代码

fix: changelog link (#216)

tags/0.3.1
Joel 2 年前
父节点
当前提交
10848d74a0
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/header/account-about/index.tsx

+ 1
- 1
web/app/components/header/account-about/index.tsx 查看文件

@@ -67,7 +67,7 @@ export default function AccountAbout({
<div className='flex items-center'>
<Link
className={classNames(buttonClassName, 'mr-2')}
href={'https://github.com/langgenius'}
href={'https://github.com/langgenius/dify/releases'}
target='_blank'
>
{t('common.about.changeLog')}

正在加载...
取消
保存