From 1948639de1be387d6867a559eef6288a10da1742 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 15:20:11 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,