change repo

This commit is contained in:
afred 2024-12-10 22:45:24 +08:00
parent 83cea3a90d
commit 53a9f90d7e
1 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ export function SideBar(props: { className?: string }) {
>
<SideBarHeader
title="NextChat"
subTitle="Build your own AI assistant."
subTitle="ChatGPT: Redefining Conversations."
logo={<ChatGptIcon />}
shouldNarrow={shouldNarrow}
>
@ -307,7 +307,7 @@ export function SideBar(props: { className?: string }) {
</Link>
</div>
<div className={styles["sidebar-action"]}>
<a href={REPO_URL} target="_blank" rel="noopener noreferrer">
<a href='https://github.com/afredzhou/' target="_blank" rel="noopener noreferrer">
<IconButton
aria={Locale.Export.MessageFromChatGPT}
icon={<GithubIcon />}