diff --git a/src/lib/components/Pricing.svelte b/src/lib/components/Pricing.svelte index b69c660c..8d2c214c 100644 --- a/src/lib/components/Pricing.svelte +++ b/src/lib/components/Pricing.svelte @@ -25,7 +25,7 @@ onMount(async () => { -
+
@@ -33,7 +33,7 @@ onMount(async () => {

Flexible plans and features

-
+

Simple pricing. No hidden fees. Cancel anytime.

@@ -73,7 +73,7 @@ onMount(async () => {
-
+
@@ -193,7 +193,7 @@ onMount(async () => {
only ${mode ? (7.5/4)?.toFixed(2) : (9.99/4)?.toFixed(2)} / week, less than a {#if mode} - + {:else} {/if} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9865ad05..cd5673d4 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,5 +1,5 @@