perf: change the DA to something more readable
This commit is contained in:
@@ -10,7 +10,7 @@ export const metadata: Metadata = {
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="fr">
|
||||
<body className="bg-[#0a0d0f] text-white antialiased">
|
||||
<body className="bg-wy-dark text-wy-text-primary antialiased">
|
||||
<SessionProvider>
|
||||
{children}
|
||||
</SessionProvider>
|
||||
|
||||
Reference in New Issue
Block a user