user button ui

This commit is contained in:
Ishaan Dey
2024-04-18 15:07:15 -04:00
parent 5045c4ce9a
commit 5dc337e2ff
6 changed files with 42 additions and 19 deletions

View File

@ -20,7 +20,7 @@ export default async function DashboardPage() {
return (
<div className="w-screen h-screen flex flex-col overflow-hidden overscroll-none">
<Navbar />
<Navbar userId={user.id} />
<Dashboard sandboxes={data} />
</div>
)