From 336fde3e47057c9723a77348a6fa6e2ca2dafc7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:02:20 +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 96afe7a..5e64e26 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Angels Ice Cream", description: "Homemade ice cream made with love in Stockbridge, GA"}; + title: "Angels Ice Cream", description: "Homemade ice cream made with love in Stockbridge, GA" +}; export default function RootLayout({ children, -- 2.49.1