diff --git a/src/config/NavItems.ts b/src/config/NavItems.ts index f5a99ab..120a314 100644 --- a/src/config/NavItems.ts +++ b/src/config/NavItems.ts @@ -27,6 +27,7 @@ export const NavItems = [ { href: "https://merch.nhcarrigan.link", text: "Merchandise" }, { href: "https://docs.nhcarrigan.com", text: "Documentation" }, { href: "https://forum.nhcarrigan.com", text: "Support" }, + { href: "/legacy", text: "Characters" }, ].sort((a, b) => { return a.text.localeCompare(b.text); });