[ex/catalog][xs]: fix link to portal.js github repo.

This commit is contained in:
Rufus Pollock 2021-06-24 11:15:28 +02:00
parent 2ce7356d87
commit bb93103997

View File

@ -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 <Nav logo={'/images/logo.svg'} navMenu={navMenu} />;