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/Features2Custom.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/widgets/Features2Custom.astro') diff --git a/src/components/widgets/Features2Custom.astro b/src/components/widgets/Features2Custom.astro index 605fd08..a52b8d0 100644 --- a/src/components/widgets/Features2Custom.astro +++ b/src/components/widgets/Features2Custom.astro @@ -53,13 +53,13 @@ const { {items.map(({ title, description, icon, iconSvg, callToAction, classes: itemClasses = {} }) => (
{(icon || iconSvg || defaultIcon) && ( -
+
{iconSvg ? (
) : ( @@ -70,7 +70,7 @@ const {
{title}
{description && (

)} -- cgit v1.2.3