Skip to content

Commit

Permalink
hide pricing (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngribbin authored May 30, 2024
1 parent 2d59dbc commit 2e83990
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/lib/components/shared/Navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
>Features</span
>

<span
<!-- <span
use:scrollto={'#pricing'}
class="cursor-pointer text-sm font-semibold leading-6 text-gray-900 dark:text-white dark:text-white"
>Pricing</span
>
> -->

<span
use:scrollto={'#faq'}
Expand Down Expand Up @@ -112,12 +112,12 @@
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"
>Features</a
>
<a
<!-- <a
on:click={() => (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</a
>
> -->
<a
on:click={() => (showMobileMenu = false)}
href="#faq"
Expand Down
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -17,7 +17,7 @@
<Hero />
<Features />
<HowItWorks />
<Pricing />
<!-- <Pricing /> -->
<Connections />
<UserStories />
<FAQ />
Expand Down

0 comments on commit 2e83990

Please sign in to comment.