Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
feat: dropdown items
Browse files Browse the repository at this point in the history
  • Loading branch information
uhidontkno committed Jun 5, 2024
1 parent c68f980 commit 5519ff0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
</Button>
</DropdownMenu.Trigger>
<DropdownMenu.Content class="w-48">
hi guys welcome to my youtube channel
<DropdownMenu.Item class="duration-200">Dashboard</DropdownMenu.Item>
<DropdownMenu.Item class="duration-200">Settings</DropdownMenu.Item>
<DropdownMenu.Item class="!bg-destructive/40 hover:!bg-destructive/60 duration-200">Logout</DropdownMenu.Item>
</DropdownMenu.Content>
</DropdownMenu.Root>

Expand Down

0 comments on commit 5519ff0

Please sign in to comment.