From 98ba5e78d0146cbca8210def10de793fb210920f Mon Sep 17 00:00:00 2001
From: 820603025 <131573327+820603025@users.noreply.github.com>
Date: Mon, 24 Apr 2023 11:40:21 +0800
Subject: [PATCH] Update layout.tsx

---
 app/layout.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/layout.tsx b/app/layout.tsx
index 38748ef378fd..52ebf596cb6a 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",
+  title: "AIChat",
   description: "Your personal ChatGPT Chat Bot.",
   appleWebApp: {
-    title: "ChatGPT Next Web",
+    title: "AIChat",
     statusBarStyle: "default",
   },
   themeColor: "#fafafa",