web3/site/config/navLinks.js

11 lines
282 B
JavaScript

const navLinks = [
{ href: '/about', name: 'About' },
{ href: '/guide', name: 'Guide' },
{ href: '/claims', name: 'Claims' },
{ href: '/library', name: 'Library' },
{ href: '/all', name: 'Notes' },
{ href: '/contribute', name: 'Contribute' },
]
export default navLinks