From cc74a73b4e2f8ee99839a5a339cf83c2dffc1585 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 16 Oct 2024 14:51:37 -0700 Subject: [PATCH] pricing cosmetic fixes --- .../src/routes/(static)/pricing/PricingCard.svelte | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/packages/dashboard/src/routes/(static)/pricing/PricingCard.svelte b/packages/dashboard/src/routes/(static)/pricing/PricingCard.svelte index e1fcfc91..5f815abe 100644 --- a/packages/dashboard/src/routes/(static)/pricing/PricingCard.svelte +++ b/packages/dashboard/src/routes/(static)/pricing/PricingCard.svelte @@ -112,7 +112,7 @@ {/if} -
{description}
+
{description}
{#each features as feature} @@ -130,8 +130,8 @@ {#if fundingGoals.length > 0}
Feature Goals
-
- When Flounders sell out, we'll use the funds to achieve these goals. +
+ When {name} sell out, we'll use the funds to achieve these goals.
{#each fundingGoals as goal}
@@ -141,15 +141,9 @@ {/each}
{/if} -
- {#if priceMonthly[0] === 0} -

- Free -

- {/if} +
{#if priceAnnually[0] > 0} - {console.log('priceAnnually', priceAnnually)}