From 600377854459a55cf592655ef356e52913de7c9c Mon Sep 17 00:00:00 2001 From: woogle666 <129281830+woogle666@users.noreply.github.com> Date: Thu, 30 Mar 2023 00:42:11 +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 3a4140460..078b08c70 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,10 +16,10 @@ try { } export const metadata = { - title: "ChatGPT Next Web", + title: "AI Chat", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "ChatGPT Next Web", + title: "AI Chat", statusBarStyle: "black-translucent", }, themeColor: "#fafafa"