Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Sep 26, 2024
1 parent 235d0a4 commit 943f821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function RootLayout({ children }) {
</Script>
)}
</head>
<body className={cn("antialiase relative px-6 font-mono scroll-smooth", GeistMono.variable)}>
<body className={cn("antialiase relative scroll-smooth px-6 font-mono", GeistMono.variable)}>
<ThemeProvider attribute="class" disableTransitionOnChange>
<Providers>
<Nav />
Expand Down

0 comments on commit 943f821

Please sign in to comment.