Deactive unused nav items for now
This commit is contained in:
@ -15,10 +15,10 @@ const links = [
|
|||||||
label: "Categories",
|
label: "Categories",
|
||||||
items: [
|
items: [
|
||||||
{ href: "/artworks/animalstudies", label: "Animal Studies" },
|
{ href: "/artworks/animalstudies", label: "Animal Studies" },
|
||||||
{ href: "/artworks/artfight", label: "Artfight" }
|
// { href: "/artworks/artfight", label: "Artfight" }
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{ type: "link" as const, href: "/miniatures", label: "Miniatures" },
|
// { type: "link" as const, href: "/miniatures", label: "Miniatures" },
|
||||||
{ type: "link" as const, href: "/commissions", label: "Commissions" },
|
{ type: "link" as const, href: "/commissions", label: "Commissions" },
|
||||||
{ type: "link" as const, href: "/commissions/status", label: "Commission Status" },
|
{ type: "link" as const, href: "/commissions/status", label: "Commission Status" },
|
||||||
{ type: "link" as const, href: "/tos", label: "Terms of Service" },
|
{ type: "link" as const, href: "/tos", label: "Terms of Service" },
|
||||||
|
|||||||
Reference in New Issue
Block a user