Skip to content

Commit

Permalink
Change navigation in UserMenu component from '/users' to '/admin'
Browse files Browse the repository at this point in the history
  • Loading branch information
haukened committed Nov 4, 2024
1 parent d177c61 commit 27884ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/custom/UserMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Moon class="mr-2 size-4 transition-all dark:rotate-0 hidden dark:block"/>
{m.toggleTheme()}
</DropdownMenu.Item>
<DropdownMenu.Item onclick={() => goto('/users')}>
<DropdownMenu.Item onclick={() => goto('/admin')}>
<Users class="mr-2 size-4"/>
{m.users()}
</DropdownMenu.Item>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 27884ea

Please sign in to comment.