From 2e83990436dd643a17328ba2e62562bd87ed1d24 Mon Sep 17 00:00:00 2001
From: John Gribbin <30157175+johngribbin@users.noreply.github.com>
Date: Thu, 30 May 2024 07:26:14 -0400
Subject: [PATCH] hide pricing (#13)
---
src/lib/components/shared/Navigation.svelte | 8 ++++----
src/routes/+page.svelte | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/lib/components/shared/Navigation.svelte b/src/lib/components/shared/Navigation.svelte
index f9c1193..1049d8c 100644
--- a/src/lib/components/shared/Navigation.svelte
+++ b/src/lib/components/shared/Navigation.svelte
@@ -49,11 +49,11 @@
>Features
- Pricing
+ > -->
Features
- (showMobileMenu = false)}
href="#pricing"
class="cursor-pointer -mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 dark:text-white hover:bg-gray-50 dark:hover:bg-gray-800"
>Pricing
+ > -->
(showMobileMenu = false)}
href="#faq"
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 1af0bde..bd0c7f4 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -4,7 +4,7 @@
import HowItWorks from '$lib/components/HowItWorks.svelte'
import Features from '$lib/components/Features.svelte'
import Connections from '$lib/components/Connections.svelte'
- import Pricing from '$lib/components/Pricing.svelte'
+ // import Pricing from '$lib/components/Pricing.svelte'
import FAQ from '$lib/components/FAQ.svelte'
import Note from '$lib/components/Note.svelte'
import OpenSource from '$lib/components/OpenSource.svelte'
@@ -17,7 +17,7 @@
-
+