From aee0bf2d1e8b7f02f5e74e4993a7950fd1d59700 Mon Sep 17 00:00:00 2001 From: Starryu-cn <39699309+Starryu-cn@users.noreply.github.com> Date: Wed, 5 Apr 2023 17:30:30 +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 49a6d644d..db3a45955 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,10 +17,10 @@ try { } export const metadata = { - title: "ChatGPT Next Web", + title: "Chat GPT", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "ChatGPT Next Web", + title: "Chat GPT", statusBarStyle: "default", }, themeColor: "#fafafa",