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,