diff --git a/docs/components/Nav/index.jsx b/docs/components/Nav/index.jsx index 7c9ebd7b..2c76c612 100644 --- a/docs/components/Nav/index.jsx +++ b/docs/components/Nav/index.jsx @@ -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' }