Skip to content

Commit 35c5518

Browse files
authored
Merge pull request #5110 from ConnectAI-E/fix/owner
chore: update owner
2 parents 8b51353 + 1772d5c commit 35c5518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/exporter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ export function ImagePreviewer(props: {
541541
<div>
542542
<div className={styles["main-title"]}>NextChat</div>
543543
<div className={styles["sub-title"]}>
544-
github.com/Yidadaa/ChatGPT-Next-Web
544+
github.com/ChatGPTNextWeb/ChatGPT-Next-Web
545545
</div>
546546
<div className={styles["icons"]}>
547547
<ExportAvatar avatar={config.avatar} />

app/constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const OWNER = "Yidadaa";
1+
export const OWNER = "ChatGPTNextWeb";
22
export const REPO = "ChatGPT-Next-Web";
33
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
44
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;

0 commit comments

Comments
 (0)