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