We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b51353 + 1772d5c commit 35c5518Copy full SHA for 35c5518
app/components/exporter.tsx
@@ -541,7 +541,7 @@ export function ImagePreviewer(props: {
541
<div>
542
<div className={styles["main-title"]}>NextChat</div>
543
<div className={styles["sub-title"]}>
544
- github.com/Yidadaa/ChatGPT-Next-Web
+ github.com/ChatGPTNextWeb/ChatGPT-Next-Web
545
</div>
546
<div className={styles["icons"]}>
547
<ExportAvatar avatar={config.avatar} />
app/constant.ts
@@ -1,4 +1,4 @@
1
-export const OWNER = "Yidadaa";
+export const OWNER = "ChatGPTNextWeb";
2
export const REPO = "ChatGPT-Next-Web";
3
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
4
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;
0 commit comments