diff --git a/docs/components/Nav/index.jsx b/docs/components/Nav/index.jsx index d59dc6b7..7c9ebd7b 100644 --- a/docs/components/Nav/index.jsx +++ b/docs/components/Nav/index.jsx @@ -8,11 +8,12 @@ export default function Nav() { setOpen(!open); }; - const navMenu = [{ title: 'Home', path: '/' }, - { title: 'Gallery', path: '/gallery' }, - { title: 'Docs', path: '/docs' }, - { title: 'Learn', path: '/learn' }, - { title: 'Github', path: 'https://github.com/datopian/portal.js' }] + const navMenu = [ + { title: 'Docs', path: '/docs' }, + { title: 'Learn', path: '/learn' }, + { title: 'Gallery', path: '/gallery' }, + { title: 'Github', path: 'https://github.com/datopian/portal.js' } + ] return (