From 2e7addcbf91aed9e9e50830cecff2287c4fb4164 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:42:29 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 768c9c4..dffcc72 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Ga Nhỏ Camping", description: "Trải nghiệm nướng ngoài trời giữa lòng Vinh"}; + title: "Ga Nhỏ Camping", description: "Trải nghiệm nướng ngoài trời giữa lòng Vinh" +}; export default function RootLayout({ children, @@ -1381,4 +1382,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file