fixed vault link
This commit is contained in:
@@ -3,7 +3,7 @@ import Link from "next/link";
|
|||||||
const nav = [
|
const nav = [
|
||||||
{ name: "Profile", href: "/account/profile" },
|
{ name: "Profile", href: "/account/profile" },
|
||||||
{ name: "Security", href: "/account/security" },
|
{ name: "Security", href: "/account/security" },
|
||||||
{ name: "My Vault", href: "/account/vault" },
|
{ name: "My Vault", href: "/vault" },
|
||||||
{ name: "Favorite Parts", href: "/account/favorites" },
|
{ name: "Favorite Parts", href: "/account/favorites" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user