new pages for user buils (vault), edit saved builds, and the community build page.
This commit is contained in:
+2
-2
@@ -25,12 +25,12 @@ const themeScript = `
|
||||
|
||||
export default function RootLayout({ children }: { children: ReactNode }) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<html lang="en" suppressHydrationWarning className="dark">
|
||||
<head>
|
||||
<script dangerouslySetInnerHTML={{ __html: themeScript }} />
|
||||
</head>
|
||||
|
||||
<body className="bg-white text-zinc-950 dark:bg-black dark:text-zinc-50">
|
||||
<body className="bg-dark text-zinc-950 dark:bg-black dark:text-zinc-50">
|
||||
{" "}
|
||||
<AuthProvider>
|
||||
<Banner />
|
||||
|
||||
Reference in New Issue
Block a user