From 81b783f317e765a46bdcc305b3b807fd806a9105 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sun, 11 Aug 2024 21:40:50 +0200 Subject: [PATCH] change bg --- src/lib/components/Pricing.svelte | 8 ++++---- src/routes/+page.svelte | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 @@