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 <SideBarHeader
title="NextChat" title="NextChat"
subTitle="Build your own AI assistant." subTitle="ChatGPT: Redefining Conversations."
logo={<ChatGptIcon />} logo={<ChatGptIcon />}
shouldNarrow={shouldNarrow} shouldNarrow={shouldNarrow}
> >
@ -307,7 +307,7 @@ export function SideBar(props: { className?: string }) {
</Link> </Link>
</div> </div>
<div className={styles["sidebar-action"]}> <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 <IconButton
aria={Locale.Export.MessageFromChatGPT} aria={Locale.Export.MessageFromChatGPT}
icon={<GithubIcon />} icon={<GithubIcon />}