Skip to content

Commit

Permalink
chore: update Dashboard03.vue (#446)
Browse files Browse the repository at this point in the history
Fix mismatch header lines in Block - Dashboard03 component.
  • Loading branch information
lucasbois1 authored Apr 1, 2024
1 parent c1c1f17 commit 46f7ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/lib/registry/default/block/Dashboard03.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 46f7ffb

Please sign in to comment.