Small restructure to sidebar

This commit is contained in:
Dominic Ferrando
2026-07-17 14:42:08 -04:00
parent 0e28d3a2fd
commit d55ca423c5
2 changed files with 6 additions and 1 deletions
+6 -1
View File
@@ -17,9 +17,14 @@
path: "/apparel", path: "/apparel",
links: [ links: [
{ name: "Products", path: "/products" }, { name: "Products", path: "/products" },
{ name: "Activity", path: "/activity" }, { name: "Orders", path: "/orders" },
], ],
}, },
{
name: "Activity",
path: "/activity",
links: [{ name: "Events", path: "/events" }],
},
]; ];
let { children } = $props(); let { children } = $props();