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)}