From b9230206ea8991c32f01d95db962446e7b1e2c6f Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Mon, 8 Jul 2024 13:16:33 -0400 Subject: [PATCH] added mailing list in footer --- src/navigation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 2b79863..745d121 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -48,9 +48,9 @@ export const footerData = { title: 'Communication', links: [ { text: 'Contact Us', href: '/contact' }, - { text: 'ThreeFold Chat', href: 'https://t.me/threefold' }, - { text: 'INCA Blog', href: '/blog' }, - + { text: 'Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' }, + { text: 'Blog', href: '/blog' }, + ], }, ],