From 8ecac496ac0f9e0d42b48b2d734b599047ec6977 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 31 Mar 2021 15:44:48 +0200 Subject: [PATCH] drop pricing --- .../website/src/components/FooterNavigation/FooterNavigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/src/components/FooterNavigation/FooterNavigation.js b/packages/website/src/components/FooterNavigation/FooterNavigation.js index 179b1033..19232e5a 100644 --- a/packages/website/src/components/FooterNavigation/FooterNavigation.js +++ b/packages/website/src/components/FooterNavigation/FooterNavigation.js @@ -30,7 +30,7 @@ const sections = [ links: [ { title: "What is Skynet?", href: "https://support.siasky.net" }, { title: "Frequent Questions", href: "https://support.siasky.net/key-concepts/faqs" }, - { title: "Pricing", to: "/pricing" }, + // { title: "Pricing", to: "/pricing" }, { title: "Skynet Wiki", href: "https://skynetwiki.tech" }, { title: "Support", href: "https://support.siasky.net" }, ],