Skip to content

Commit

Permalink
feat: ✨ add heigth to layout and dark class
Browse files Browse the repository at this point in the history
  • Loading branch information
neopromic committed Nov 6, 2024
1 parent 4194660 commit 717ed11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en">
<html lang="pt-BR">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
className={`${geistSans.variable} ${geistMono.variable} antialiased dark`}
>
{children}
</body>
Expand Down

0 comments on commit 717ed11

Please sign in to comment.