diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5ae2ece..0704e8a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,7 +10,8 @@ const interTight = Inter_Tight({ }); export const metadata: Metadata = { - title: "How can I help you?", description: "Your helpful assistant ready to support you with any questions or tasks you might have."}; + title: "How can I help you?", description: "Your helpful assistant ready to support you with any questions or tasks you might have." +}; export default function RootLayout({ children,