diff --git a/app/layout.tsx b/app/layout.tsx index 4410577..7dc2981 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -14,7 +14,7 @@ export const metadata: Metadata = { default: 'Next.js AI Chatbot', template: `%s - Next.js AI Chatbot` }, - description: 'An AI-powered chatbot built with Next.js and Vercel.', + description: 'An AI-powered chatbot template built with Next.js and Vercel.', themeColor: [ { media: '(prefers-color-scheme: light)', color: 'white' }, { media: '(prefers-color-scheme: dark)', color: 'black' } @@ -43,10 +43,10 @@ export default function RootLayout({ children }: RootLayoutProps) { > - + {/* @ts-ignore */} - {children} + {children}