responsive navbar

This commit is contained in:
2025-05-01 11:10:31 +02:00
parent 10d1c91dea
commit 8f3a7009e1
19 changed files with 1202 additions and 47 deletions

View File

@@ -3,7 +3,7 @@ import { SignedIn } from "@clerk/nextjs";
export default function AdminPage() {
return (
<SignedIn>
<main className="flex min-h-screen flex-col items-center justify-center bg-black text-white">
<main className="flex min-h-screen flex-col items-center justify-center">
<div>
hello admin
</div>