We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 494aaa4 + 7aba24a commit 28da1f9Copy full SHA for 28da1f9
src/data/menu-items.js
@@ -1,6 +1,6 @@
1
export const menuItems = [
2
{ label: 'Features', href: '/#features' },
3
- { label: 'Projects', href: '/#projects' },
+ // { label: 'Projects', href: '/#projects' }, TODO uncomment when projects are ready
4
{ label: 'Funders', href: '/#funders' },
5
{ label: 'Blog', href: '/blog' },
6
{ label: 'Documentation', href: 'https://docs.oceanparcels.org' },
src/pages/index.js
@@ -14,7 +14,7 @@ export default function IndexPage() {
14
>
15
<HeroBanner />
16
<Features />
17
- <Projects />
+ {/* <Projects /> TODO uncomment when projects are ready */}
18
<Funders />
19
</Layout>
20
)
0 commit comments