ok
This commit is contained in:
@@ -25,7 +25,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" className={clsx('bg-white antialiased', mulish.variable)}>
|
||||
<html lang="en" className={clsx('antialiased', mulish.variable)}>
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
)
|
||||
|
Reference in New Issue
Block a user