From 88b513ca62c91b49c90a39bc5010fb190dbfa6cc Mon Sep 17 00:00:00 2001 From: PANDAAI <56575464+SAMONL@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:52:54 +0800 Subject: [PATCH] Update layout.tsx --- app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 49a6d644d..950513fb8 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,10 +17,10 @@ try { } export const metadata = { - title: "ChatGPT Next Web", - description: "Your personal ChatGPT Chat Bot.", + title: "PandaAI", + description: "Personal ChatGPT", appleWebApp: { - title: "ChatGPT Next Web", + title: "PandaAI", statusBarStyle: "default", }, themeColor: "#fafafa",