From d1b264f6947ed6a50e36c4e5fb411518bc68d72e Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Wed, 19 Jun 2024 14:53:23 -0400 Subject: [PATCH] added discord+telegram --- src/navigation.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/navigation.js b/src/navigation.js index d930884..38bb44d 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -65,8 +65,10 @@ export const footerData = { { text: 'Privacy Policy', href: getPermalink('/privacy') }, ], socialLinks: [ - { ariaLabel: 'X', icon: 'tabler:brand-x', href: 'https://twitter.com/threefold_io' }, { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/threefoldtech' }, + { ariaLabel: 'Telegram', icon: 'tabler:brand-telegram', href: 'https://t.me/threefold' }, + { ariaLabel: 'X', icon: 'tabler:brand-x', href: 'https://twitter.com/threefold_io' }, + { ariaLabel: 'Discord', icon: 'tabler:brand-discord', href: 'https://discord.com/invite/NZqKC4jEhD' }, ], footNote: ` A project by ThreeFold ยท All rights reserved.