[site/nav][s]: change nav contents.

- Rename "Notes" as "Index"
- Hide "Claims" from the Nav (as now in Guide)
This commit is contained in:
Rufus Pollock 2022-12-14 21:44:26 +01:00
parent 7700977cff
commit c4e057a7ee
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
const navLinks = [ const navLinks = [
{ href: '/about', name: 'About' }, { href: '/about', name: 'About' },
{ href: '/guide', name: 'Guide' }, { href: '/guide', name: 'Guide' },
{ href: '/claims', name: 'Claims' },
{ href: '/library', name: 'Library' }, { href: '/library', name: 'Library' },
{ href: '/all', name: 'Notes' }, { href: '/all', name: 'Index' },
{ href: '/contribute', name: 'Contribute' }, { href: '/contribute', name: 'Contribute' },
] ]