Implement portal frontend for events

This commit is contained in:
Dominic Ferrando
2026-07-17 10:06:53 -04:00
parent a2bc5f7362
commit ed17f4baf8
5 changed files with 261 additions and 10 deletions
+4 -1
View File
@@ -15,7 +15,10 @@
{
name: "Apparel",
path: "/apparel",
links: [{ name: "Products", path: "/products" }],
links: [
{ name: "Products", path: "/products" },
{ name: "Activity", path: "/activity" },
],
},
];