Skip to content

Commit fa42790

Browse files
feat: small bugfix
1 parent 683fa6f commit fa42790

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/src/routes/(needs_onboarding)/(navbar_and_footer)

1 file changed

+1
-1
lines changed

src/frontend/src/routes/(needs_onboarding)/(navbar_and_footer)/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<Dropdown.DropdownMenuSubContent>
9595
{#each adminLinks as item}
9696
<Dropdown.DropdownMenuItem>
97-
<a href="/admin/config" class="flex w-full items-center gap-2">
97+
<a href={item.href} class="flex w-full items-center gap-2">
9898
<item.icon />
9999
{item.name}
100100
</a>

0 commit comments

Comments
 (0)