diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 4ec0f8c84f5..b2262f21c80 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -171,11 +171,15 @@ export function SideBarHeader(props: { return (
-
-
- {title} -
-
{subTitle}
+
+ Walker ChatGPT +
+
+ Welcome to Walker ChatGPT. +
+
+ +
{logo}
@@ -316,6 +320,7 @@ export function SideBar(props: { className?: string }) { } secondaryAction={ + } text={shouldNarrow ? undefined : Locale.Home.NewChat} diff --git a/app/layout.tsx b/app/layout.tsx index fa087636a44..5ab7b8f82fb 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,10 +10,10 @@ import { GoogleTagManager, GoogleAnalytics } from "@next/third-parties/google"; const serverConfig = getServerSideConfig(); export const metadata: Metadata = { - title: "NextChat", + title: "Walker ChatGPT", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "NextChat", + title: "Walker ChatGPT", statusBarStyle: "default", }, }; diff --git a/public/site.webmanifest b/public/site.webmanifest index cf77f68e4f1..b7fe2a20478 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "NextChat", - "short_name": "NextChat", + "name": "Walker ChatGPT", + "short_name": "Walker ChatGPT", "icons": [ { "src": "/android-chrome-192x192.png", @@ -17,4 +17,5 @@ "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone" -} \ No newline at end of file +} + diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2a19c933205..7c34423a081 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -110,7 +110,7 @@ "fullscreen": false, "height": 600, "resizable": true, - "title": "NextChat", + "title": "Walker ChatGPT", "width": 960, "hiddenTitle": true, "titleBarStyle": "Overlay"