From 7aba24ada41cb546781863cb2ef3d0fdbedb3070 Mon Sep 17 00:00:00 2001 From: Erik van Sebille Date: Wed, 23 Apr 2025 09:00:09 +0200 Subject: [PATCH] (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?) --- src/data/menu-items.js | 2 +- src/pages/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/menu-items.js b/src/data/menu-items.js index b1184d9..db2ae6b 100644 --- a/src/data/menu-items.js +++ b/src/data/menu-items.js @@ -1,6 +1,6 @@ export const menuItems = [ { label: 'Features', href: '/#features' }, - { label: 'Projects', href: '/#projects' }, + // { label: 'Projects', href: '/#projects' }, TODO uncomment when projects are ready { label: 'Funders', href: '/#funders' }, { label: 'Blog', href: '/blog' }, { label: 'Documentation', href: 'https://docs.oceanparcels.org' }, diff --git a/src/pages/index.js b/src/pages/index.js index a3b3889..a07821b 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -14,7 +14,7 @@ export default function IndexPage() { > - + {/* TODO uncomment when projects are ready */} )