[site/config][s]: add claims to navbar.
This commit is contained in:
parent
006393172f
commit
854618f3c1
|
|
@ -1,6 +1,6 @@
|
||||||
const navLinks = [
|
const navLinks = [
|
||||||
{ href: '/about', name: 'About' },
|
{ href: '/about', name: 'About' },
|
||||||
{ href: 'https://www.zotero.org/groups/4600269/web3/library', name: 'Bibliography' },
|
{ href: 'https://www.zotero.org/groups/4600269/web3/library', name: 'Bibliography' },
|
||||||
]
|
{ href: '/claims', name: 'Claims' },
|
||||||
|
|
||||||
export default navLinks
|
export default navLinks
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue