Skip to content

Commit

Permalink
fix: change wrong company name (#8801)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel authored Sep 26, 2024
1 parent 6df14e5 commit 3d2cb25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/app/activate/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/app/forgot-password/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/app/install/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3d2cb25

Please sign in to comment.