feat: add activity view

This commit is contained in:
2024-08-24 22:12:16 -07:00
parent a137511c99
commit 4cba941389
6 changed files with 1041 additions and 1 deletions

View File

@ -7,5 +7,6 @@ export const NavItems = [
{ href: "/reviews", text: "Reviews" },
{ href: "/games", text: "Games"},
{ href: "/team", text: "Our Team" },
{ href: "/polycule", text: "Polycule"}
{ href: "/polycule", text: "Polycule"},
{ href: "/activity", text: "Activity"}
].sort((a, b) => a.text.localeCompare(b.text));