From 1772d5c4b65087832524274961b1f308b85b5a52 Mon Sep 17 00:00:00 2001 From: Dogtiti <499960698@qq.com> Date: Fri, 26 Jul 2024 16:00:25 +0800 Subject: [PATCH] chore: update owner --- app/components/exporter.tsx | 2 +- app/constant.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/exporter.tsx b/app/components/exporter.tsx index 948807d4ca2..8210f61fb8f 100644 --- a/app/components/exporter.tsx +++ b/app/components/exporter.tsx @@ -541,7 +541,7 @@ export function ImagePreviewer(props: {
NextChat
- github.com/Yidadaa/ChatGPT-Next-Web + github.com/ChatGPTNextWeb/ChatGPT-Next-Web
diff --git a/app/constant.ts b/app/constant.ts index 0eb3f41e955..ec8a13874e0 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,4 +1,4 @@ -export const OWNER = "Yidadaa"; +export const OWNER = "ChatGPTNextWeb"; export const REPO = "ChatGPT-Next-Web"; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;