new pages for user buils (vault), edit saved builds, and the community build page.

This commit is contained in:
2025-12-20 10:01:07 -05:00
parent f81974cc0b
commit 61935982b3
10 changed files with 1405 additions and 316 deletions
+2 -2
View File
@@ -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 />