From 52e6b09e91e741244a2fedfcba57c3e39bbee9cd Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Wed, 26 Jun 2024 18:23:23 -0400 Subject: [PATCH] removed newsletter for now --- src/navigation.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 1f1b718..2b79863 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -31,7 +31,6 @@ export const footerData = { { title: 'Project Overview', links: [ - { text: 'Home', href: '/' }, { text: 'Technology', href: '/technology' }, { text: 'Builders', href: '/builders' }, { text: 'About', href: '/about' }, @@ -48,7 +47,6 @@ export const footerData = { { title: 'Communication', links: [ - { text: 'Join the Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' }, { text: 'Contact Us', href: '/contact' }, { text: 'ThreeFold Chat', href: 'https://t.me/threefold' }, { text: 'INCA Blog', href: '/blog' },