diff --git a/app/layout.tsx b/app/layout.tsx index 32d3576c5..de1f93df7 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,10 +17,10 @@ try { } export const metadata = { - title: "ChatGPT Next Web", + title: "ChatGPT", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "ChatGPT Next Web", + title: "ChatGPT", statusBarStyle: "black-translucent", }, themeColor: "#fafafa",