Skip to content

Commit 28da1f9

Browse files
Merge pull request #18 from OceanParcels/surpressing-projects
(Temporarily) suppressing the projects section
2 parents 494aaa4 + 7aba24a commit 28da1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/menu-items.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const menuItems = [
22
{ label: 'Features', href: '/#features' },
3-
{ label: 'Projects', href: '/#projects' },
3+
// { label: 'Projects', href: '/#projects' }, TODO uncomment when projects are ready
44
{ label: 'Funders', href: '/#funders' },
55
{ label: 'Blog', href: '/blog' },
66
{ label: 'Documentation', href: 'https://docs.oceanparcels.org' },

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function IndexPage() {
1414
>
1515
<HeroBanner />
1616
<Features />
17-
<Projects />
17+
{/* <Projects /> TODO uncomment when projects are ready */}
1818
<Funders />
1919
</Layout>
2020
)

0 commit comments

Comments
 (0)