Skip to content

Commit 7aba24a

Browse files
(Temporarily) surpressing the projects section
For now, temporarily suppressing the Projects section of the page. Leaving the code in, as we could later decide to put it back (as highlights?)
1 parent b1e6751 commit 7aba24a

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)