Skip to content

Commit

Permalink
fix: correct className property for geistMono in RootLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
fmtabbara committed Jan 21, 2025
1 parent 618adb8 commit 9e40036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function RootLayout({
return (
<html lang="en">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
className={`${geistSans.variable} ${geistMono.className} antialiased`}
>
<DesktopHeader />
{children}
Expand Down

0 comments on commit 9e40036

Please sign in to comment.