fix: some text (#1579)

This commit is contained in:
zxhlyh
2023-11-21 13:46:51 +08:00
committed by GitHub
parent 6768fd4d87
commit 519fb90d5a
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ const SignIn = () => {
<Header />
<Forms />
<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>