generated from nhcarrigan/template
feat: add activity view
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user