From 2a0a7c531a5a97dc2d66a9b1f36975585bfbc1ab Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 10:19:26 -0400 Subject: [PATCH] updated footer with threefold.io link --- src/navigation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/navigation.js b/src/navigation.js index 1271672..4ce0cb1 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -37,6 +37,7 @@ export const footerData = { links: [ { text: 'Farming', href: '/farming' }, { text: 'DIY Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' }, + { text: 'ThreeFold', href: 'https://threefold.io/' }, ], }, {