chore: update Dashboard03.vue (#446)

Fix mismatch header lines in Block - Dashboard03 component.
This commit is contained in:
Lucas Bois 2024-04-01 07:23:44 -03:00 committed by GitHub
parent c1c1f171fe
commit 46f7ffb65a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ import { Tooltip, TooltipContent, TooltipTrigger } from '@/lib/registry/default/
</nav>
</aside>
<div class="flex flex-col">
<header class="sticky top-0 z-10 flex h-[53px] items-center gap-1 border-b bg-background px-4">
<header class="sticky top-0 z-10 flex h-[57px] items-center gap-1 border-b bg-background px-4">
<h1 class="text-xl font-semibold">
Playground
</h1>