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