Skip to content

Commit

Permalink
fix(FE): settings link
Browse files Browse the repository at this point in the history
  • Loading branch information
otahirs committed Sep 18, 2024
1 parent d086441 commit f6be3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/layout/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const UserMenu = ({ name }: UserMenuProps) => {
<DropdownMenuLabel>{name}</DropdownMenuLabel>
<DropdownMenuSeparator />
<DropdownMenuItem asChild>
<a href="/settings/profile">Nastavení</a>
<a href="/settings">Nastavení</a>
</DropdownMenuItem>
<DropdownMenuSeparator />
<Link to="/logout">
Expand Down

0 comments on commit f6be3af

Please sign in to comment.