From 2452e045d32994ccd00f16e5dbc9a2d97d697a70 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 5 Aug 2025 19:59:36 +0300 Subject: feat: various fixes --- src/components/widgets/Pricing.astro | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/components/widgets/Pricing.astro') diff --git a/src/components/widgets/Pricing.astro b/src/components/widgets/Pricing.astro index b0c2fa1..8333fde 100644 --- a/src/components/widgets/Pricing.astro +++ b/src/components/widgets/Pricing.astro @@ -26,7 +26,7 @@ const { classes={{ container: 'max-w-xl sm:mx-auto lg:max-w-2xl', title: 'text-4xl md:text-5xl font-bold tracking-tighter mb-4 font-heading', - subtitle: 'max-w-3xl mx-auto sm:text-center text-xl text-muted dark:text-slate-400', + subtitle: 'max-w-3xl mx-auto sm:text-center text-xl text-muted dark:text-slate-800', }} />
@@ -39,15 +39,15 @@ const { .filter((_, index) => index % 2 === 0) .map((item) => (
- {item.title &&

{item.title}

} -
+ {item.title &&

{item.title}

} +
{item.entries && item.entries.length > 0 && ( {item.entries.map((entry) => ( - + ))} @@ -66,14 +66,14 @@ const { .map((item) => (
{item.title &&

{item.title}

} -
+
{item.entries && item.entries.length > 0 && (
- {entry.price} + {entry.price}
{item.entries.map((entry) => ( - + ))} @@ -89,7 +89,7 @@ const {
{ (await Astro.slots.render('disclaimer')) && ( -
+
) } -- cgit v1.2.3
- {entry.price} + {entry.price}