web3/site/config/navLinks.js

8 lines
210 B
JavaScript

const navLinks = [
{ href: '/about', name: 'About' },
{ href: 'https://www.zotero.org/groups/4600269/web3/library', name: 'Bibliography' },
{ href: '/claims', name: 'Claims' },
]
export default navLinks