From 76ab2451d4b95ef1ce8925a837ebbef211958361 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:25:41 +0200 Subject: [PATCH] Update layout.tsx --- app/layout.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index e7c14e307..96e8fd893 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,8 +6,8 @@ import { getBuildConfig } from "./config/build"; import { getClientConfig } from "./config/client"; export const metadata = { - title: "ChatGPT Next Web", - description: "Your personal ChatGPT Chat Bot.", + title: "AdExGPT Web", + description: "Our AdExGPT assistant - powered by Gen AI.", viewport: { width: "device-width", initialScale: 1, @@ -18,7 +18,7 @@ export const metadata = { { media: "(prefers-color-scheme: dark)", color: "#151515" }, ], appleWebApp: { - title: "ChatGPT Next Web", + title: "AdExGPT Mobile", statusBarStyle: "default", }, }; @@ -34,6 +34,13 @@ export default function RootLayout({ + {children}