Explorar el Código

fix: changelog link (#216)

tags/0.3.1
Joel hace 2 años
padre
commit
10848d74a0
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/components/header/account-about/index.tsx

+ 1
- 1
web/app/components/header/account-about/index.tsx Ver fichero

@@ -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')}

Cargando…
Cancelar
Guardar