Update layout.tsx

This commit is contained in:
Damien Ostler 2024-05-27 23:16:08 -04:00
parent eb8df7bed7
commit ea21548c68

View File

@ -20,7 +20,7 @@ export default function RootLayout({
return (
<html lang="en" className={GeistSans.className}>
<body className="bg-background text-foreground">
<div className="w-full fixed z-30">
<div className="w-full fixed z-30 text-white white">
<NavigationBar/>
</div>
<main className="min-h-screen flex flex-col items-center bg-gradient-to-r from-neroshi-blue-900 to-neroshi-blue-950 overflow-hidden">