Updated font
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import "./globals.css"
|
||||
|
||||
import { GeistSans as geist } from "geist/font/sans"
|
||||
|
||||
import ThemeProvider from "@/components/ThemeProvider"
|
||||
import { Toaster } from "@/components/ui/sonner"
|
||||
import type { Metadata } from "next"
|
||||
@@ -13,7 +15,7 @@ export const metadata: Metadata = {
|
||||
|
||||
export default function RootLayout({ children }: LayoutProps<"/">) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<html lang="en" suppressHydrationWarning className={geist.className}>
|
||||
<head>
|
||||
{/* eslint-disable-next-line @next/next/no-sync-scripts */}
|
||||
{process.env.NODE_ENV === "development" && <script src="https://unpkg.com/react-scan/dist/auto.global.js" />}
|
||||
|
||||
Reference in New Issue
Block a user