web3/site/config/navLinks.js

9 lines
210 B
JavaScript

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