added mailing list in footer

This commit is contained in:
Mik-TF 2024-07-08 13:16:33 -04:00
parent e140771288
commit b9230206ea

View File

@ -48,9 +48,9 @@ export const footerData = {
title: 'Communication', title: 'Communication',
links: [ links: [
{ text: 'Contact Us', href: '/contact' }, { text: 'Contact Us', href: '/contact' },
{ text: 'ThreeFold Chat', href: 'https://t.me/threefold' }, { text: 'Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' },
{ text: 'INCA Blog', href: '/blog' }, { text: 'Blog', href: '/blog' },
], ],
}, },
], ],