move source code link to settings

This commit is contained in:
2024-01-30 10:22:45 +08:00
parent cb3abe33e9
commit 0f97ce61ef
2 changed files with 11 additions and 8 deletions

View File

@@ -651,14 +651,7 @@ export default function ChatBOX(props: {
{Tr(
"All chat history and settings are stored in the local browser"
)}
<br />{Tr("Documents and source code are avaliable here")}:{" "}
<a
className="underline"
href="https://github.com/heimoshuiyu/chatgpt-api-web"
target="_blank"
>
github.com/heimoshuiyu/chatgpt-api-web
</a>
<br />
</p>
)}
{chatStore.history.map((_, messageIndex) => (