From 88e4bd0f67b72d47e6e79c472b967332929a2b61 Mon Sep 17 00:00:00 2001 From: zhaizy zhai Date: Wed, 28 Feb 2024 18:13:03 +0000 Subject: [PATCH] update title --- app/components/sidebar.tsx | 4 ++-- app/layout.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 69b2e71f8..648b547e0 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -155,10 +155,10 @@ export function SideBar(props: { className?: string }) { >
- NextChat + ChatMaster
- Build your own AI assistant. + I am your own AI assistant.
diff --git a/app/layout.tsx b/app/layout.tsx index 2c89ba494..241de6417 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,7 +10,7 @@ import { GoogleTagManager } from "@next/third-parties/google"; const serverConfig = getServerSideConfig(); export const metadata: Metadata = { - title: "NextChat", + title: "ChatMaster", description: "Your personal ChatGPT Chat Bot.", viewport: { width: "device-width", @@ -22,7 +22,7 @@ export const metadata: Metadata = { { media: "(prefers-color-scheme: dark)", color: "#151515" }, ], appleWebApp: { - title: "NextChat", + title: "ChatMaster", statusBarStyle: "default", }, };