[site/nav][xs]: tweak order of nav and remove home link as logo links to home.
This commit is contained in:
@@ -8,11 +8,12 @@ export default function Nav() {
|
|||||||
setOpen(!open);
|
setOpen(!open);
|
||||||
};
|
};
|
||||||
|
|
||||||
const navMenu = [{ title: 'Home', path: '/' },
|
const navMenu = [
|
||||||
{ title: 'Gallery', path: '/gallery' },
|
|
||||||
{ title: 'Docs', path: '/docs' },
|
{ title: 'Docs', path: '/docs' },
|
||||||
{ title: 'Learn', path: '/learn' },
|
{ title: 'Learn', path: '/learn' },
|
||||||
{ title: 'Github', path: 'https://github.com/datopian/portal.js' }]
|
{ title: 'Gallery', path: '/gallery' },
|
||||||
|
{ title: 'Github', path: 'https://github.com/datopian/portal.js' }
|
||||||
|
]
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<nav className="flex items-center justify-between flex-wrap bg-white p-4 border-b border-gray-200">
|
<nav className="flex items-center justify-between flex-wrap bg-white p-4 border-b border-gray-200">
|
||||||
|
|||||||
Reference in New Issue
Block a user