From 2a0a7c531a5a97dc2d66a9b1f36975585bfbc1ab Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 10:19:26 -0400 Subject: [PATCH 1/2] 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/' }, ], }, { From 4cc60ffc4717fd0c98bd1ae86a3c76a7c7cea239 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 11:11:59 -0400 Subject: [PATCH 2/2] simplified footer with inca build and get nodes --- src/navigation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 4ce0cb1..da90401 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -36,8 +36,8 @@ export const footerData = { title: 'Join the Cloud', 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/' }, + { text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj' }, + { text: 'Build INCA Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' }, ], }, {