fixed vault link

This commit is contained in:
2026-01-15 23:09:14 -05:00
parent 5c1c38f5e9
commit 19ec410a16
+1 -1
View File
@@ -3,7 +3,7 @@ import Link from "next/link";
const nav = [
{ name: "Profile", href: "/account/profile" },
{ name: "Security", href: "/account/security" },
{ name: "My Vault", href: "/account/vault" },
{ name: "My Vault", href: "/vault" },
{ name: "Favorite Parts", href: "/account/favorites" },
];