From 9c13273eadb0444d1346c4cb8a14e5d2ba2795b3 Mon Sep 17 00:00:00 2001 From: LBan Date: Fri, 7 Apr 2023 07:01:30 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 49a6d644d..8b7757736 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,10 +17,10 @@ try { } export const metadata = { - title: "ChatGPT Next Web", + title: "ChatLBan", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "ChatGPT Next Web", + title: "ChatLBan", statusBarStyle: "default", }, themeColor: "#fafafa",