change repo
This commit is contained in:
parent
83cea3a90d
commit
53a9f90d7e
|
@ -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 />}
|
||||
|
|
Loading…
Reference in New Issue