fix: change wrong company name (#8801)

This commit is contained in:
Joel 2024-09-26 17:53:11 +08:00 committed by GitHub
parent 6df14e50b2
commit 3d2cb25a67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ const Activate = () => {
<Header />
<ActivateForm />
<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>

View File

@ -28,7 +28,7 @@ const ForgotPassword = () => {
<Header />
{token ? <ChangePasswordForm /> : <ForgotPasswordForm />}
<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>

View File

@ -22,7 +22,7 @@ const Install = () => {
<Header />
<InstallForm />
<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>