[site/nav][s]: change nav contents.
- Rename "Notes" as "Index" - Hide "Claims" from the Nav (as now in Guide)
This commit is contained in:
parent
7700977cff
commit
c4e057a7ee
|
|
@ -1,9 +1,8 @@
|
|||
const navLinks = [
|
||||
{ href: '/about', name: 'About' },
|
||||
{ href: '/guide', name: 'Guide' },
|
||||
{ href: '/claims', name: 'Claims' },
|
||||
{ href: '/library', name: 'Library' },
|
||||
{ href: '/all', name: 'Notes' },
|
||||
{ href: '/all', name: 'Index' },
|
||||
{ href: '/contribute', name: 'Contribute' },
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue