diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 181dd57..99d66b8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,7 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -const geist = Geist({ +const geistSans = Geist({ variable: "--font-geist-sans", subsets: ["latin"], }); @@ -20,7 +20,7 @@ export default function RootLayout({ }) { return ( -
+ {children}