From b1531a44f69c272eeb027767bc78435a8253b842 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:33:24 +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 2cbfcfe..427c834 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Lotus Food Market", description: "Your neighborhood market with flavors from around the world"}; + title: "Lotus Food Market", description: "Your neighborhood market with flavors from around the world" +}; export default function RootLayout({ children, -- 2.49.1