diff --git a/examples/catalog/components/home/Nav.tsx b/examples/catalog/components/home/Nav.tsx index 93ed7efa..ddaf3ca6 100644 --- a/examples/catalog/components/home/Nav.tsx +++ b/examples/catalog/components/home/Nav.tsx @@ -5,7 +5,7 @@ const NavBar: React.FC = () => { { title: 'Blog', path: '/blog' }, { title: 'Search', path: '/search' }, { title: 'Docs', path: 'http://tech.datopian.com/frontend/' }, - { title: 'GitHub', path: 'https://github.com/datopian/portal' }, + { title: 'GitHub', path: 'https://github.com/datopian/portal.js' }, ]; return