web3/site/config/navLinks.js

10 lines
243 B
JavaScript

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