소스 검색

fix: changelog link (#216)

tags/0.3.1
Joel 2 년 전
부모
커밋
10848d74a0
No account linked to committer's email address
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')}

Loading…
취소
저장