This commit is contained in:
Sky
2024-11-19 00:37:46 +00:00
parent e0e5549c8b
commit 3320f46b64
11 changed files with 20 additions and 20 deletions

View File

@@ -239,7 +239,7 @@ export function Artifacts() {
shadow
onClick={() => previewRef.current?.reload()}
/>
<div className={styles["artifacts-title"]}>NextChat Artifacts</div>
<div className={styles["artifacts-title"]}>RevoChat Artifacts</div>
<ArtifactsShareButton
id={id}
getCode={() => code}

View File

@@ -541,7 +541,7 @@ export function ImagePreviewer(props: {
</div>
<div>
<div className={styles["main-title"]}>NextChat</div>
<div className={styles["main-title"]}>RevoChat</div>
<div className={styles["sub-title"]}>
github.com/ChatGPTNextWeb/ChatGPT-Next-Web
</div>

View File

@@ -231,8 +231,8 @@ export function SideBar(props: { className?: string }) {
{...props}
>
<SideBarHeader
title="NextChat"
subTitle="Build your own AI assistant."
title="RevoChat"
subTitle="My AI assistant."
logo={<ChatGptIcon />}
shouldNarrow={shouldNarrow}
>