Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Apr 24, 2024
1 parent f57a884 commit 4327359
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/www/src/lib/registry/default/block/dashboard-01.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@
</form>
<DropdownMenu.Root>
<DropdownMenu.Trigger asChild let:builder>
<Button builders={[builder]} variant="secondary" size="icon" class="rounded-full">
<Button
builders={[builder]}
variant="secondary"
size="icon"
class="rounded-full"
>
<CircleUser class="h-5 w-5" />
<span class="sr-only">Toggle user menu</span>
</Button>
Expand Down

0 comments on commit 4327359

Please sign in to comment.