generated from nhcarrigan/template
feat: add legacy to nav items
Some checks failed
Node.js CI / Lint and Test (push) Failing after 1m6s
Some checks failed
Node.js CI / Lint and Test (push) Failing after 1m6s
This commit is contained in:
parent
d1ea7d41d7
commit
fb525d31db
@ -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);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user