From 3d8461c769c14971e1116d394d7ec030b627f2a7 Mon Sep 17 00:00:00 2001
From: user0650 <7190674+user0650@users.noreply.github.com>
Date: Mon, 17 Apr 2023 14:47:20 +0000
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E4=B8=AA=E6=A0=87=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/components/home.tsx | 2 +-
app/layout.tsx | 6 +++---
public/site.webmanifest | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app/components/home.tsx b/app/components/home.tsx
index ee5c12515..c1c52f40e 100644
--- a/app/components/home.tsx
+++ b/app/components/home.tsx
@@ -167,7 +167,7 @@ function _Home() {
className={styles.sidebar + ` ${showSideBar && styles["sidebar-show"]}`}
>
-
ChatGPT Next
+
MyChatGPT
Build your own AI assistant.
diff --git a/app/layout.tsx b/app/layout.tsx
index 38748ef37..8aac4525f 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -7,10 +7,10 @@ import { getBuildConfig } from "./config/build";
const buildConfig = getBuildConfig();
export const metadata = {
- title: "ChatGPT Next Web",
- description: "Your personal ChatGPT Chat Bot.",
+ title: "MyChatGPT",
+ description: "Your pMyersonal ChatGPT Chat Bot.",
appleWebApp: {
- title: "ChatGPT Next Web",
+ title: "MyChatGPT",
statusBarStyle: "default",
},
themeColor: "#fafafa",
diff --git a/public/site.webmanifest b/public/site.webmanifest
index 117f33b86..1cee22bf7 100644
--- a/public/site.webmanifest
+++ b/public/site.webmanifest
@@ -1,5 +1,5 @@
{
- "name": "ChatGPT Next Web",
+ "name": "MyChatGPT",
"short_name": "ChatGPT",
"icons": [
{