mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 21:26:03 +08:00
fix: change wrong company name (#8801)
This commit is contained in:
parent
6df14e50b2
commit
3d2cb25a67
@ -22,7 +22,7 @@ const Activate = () => {
|
|||||||
<Header />
|
<Header />
|
||||||
<ActivateForm />
|
<ActivateForm />
|
||||||
<div className='px-8 py-6 text-sm font-normal text-gray-500'>
|
<div className='px-8 py-6 text-sm font-normal text-gray-500'>
|
||||||
© {new Date().getFullYear()} Dify, Inc. All rights reserved.
|
© {new Date().getFullYear()} LangGenius, Inc. All rights reserved.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -28,7 +28,7 @@ const ForgotPassword = () => {
|
|||||||
<Header />
|
<Header />
|
||||||
{token ? <ChangePasswordForm /> : <ForgotPasswordForm />}
|
{token ? <ChangePasswordForm /> : <ForgotPasswordForm />}
|
||||||
<div className='px-8 py-6 text-sm font-normal text-gray-500'>
|
<div className='px-8 py-6 text-sm font-normal text-gray-500'>
|
||||||
© {new Date().getFullYear()} Dify, Inc. All rights reserved.
|
© {new Date().getFullYear()} LangGenius, Inc. All rights reserved.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -22,7 +22,7 @@ const Install = () => {
|
|||||||
<Header />
|
<Header />
|
||||||
<InstallForm />
|
<InstallForm />
|
||||||
<div className='px-8 py-6 text-sm font-normal text-gray-500'>
|
<div className='px-8 py-6 text-sm font-normal text-gray-500'>
|
||||||
© {new Date().getFullYear()} Dify, Inc. All rights reserved.
|
© {new Date().getFullYear()} LangGenius, Inc. All rights reserved.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user