+ Password Change, +- Settings NAV, fixed bg missing
This commit is contained in:
@@ -4,8 +4,8 @@ import {
|
||||
GearIcon,
|
||||
ExitIcon,
|
||||
LockClosedIcon,
|
||||
} from '@radix-ui/react-icons';
|
||||
import Link from 'next/link';
|
||||
} from "@radix-ui/react-icons";
|
||||
import Link from "next/link";
|
||||
|
||||
export const VerticalNav = () => {
|
||||
return (
|
||||
@@ -38,7 +38,7 @@ export const VerticalNav = () => {
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/settings/account">
|
||||
<Link href="/settings">
|
||||
<GearIcon />
|
||||
Einstellungen
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user