+ Password Change, +- Settings NAV, fixed bg missing

This commit is contained in:
Nicolas
2025-02-17 02:16:13 +01:00
parent 6c67a11cab
commit ad69d144e5
9 changed files with 167 additions and 66 deletions

View File

@@ -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>