[site/nav][s]: add components to the navbar.

This commit is contained in:
Rufus Pollock 2021-06-20 22:10:25 +02:00
parent 43f666022a
commit b307009641

View File

@ -10,6 +10,7 @@ export default function Nav() {
const navMenu = [
{ title: 'Docs', path: '/docs' },
{ title: 'Components', path: '/docs/components' },
{ title: 'Learn', path: '/learn' },
{ title: 'Gallery', path: '/gallery' },
{ title: 'Github', path: 'https://github.com/datopian/portal.js' }