From 020116e2666cdfb01db163e9d0c8a53c02fcf868 Mon Sep 17 00:00:00 2001 From: Kacper Szarkiewicz Date: Wed, 8 Jan 2025 14:40:35 +0100 Subject: [PATCH] make Why Vortex section more consistent --- src/components/WhyVortex/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/WhyVortex/index.tsx b/src/components/WhyVortex/index.tsx index 78551255..6e812df9 100644 --- a/src/components/WhyVortex/index.tsx +++ b/src/components/WhyVortex/index.tsx @@ -33,16 +33,16 @@ const features: Feature[] = [ const FeatureCard = ({ icon, title, description, subtext }: Feature) => (
{title} -

{title}

-

{description}

-

{subtext}

+

{title}

+

{description}

+

{subtext}

); export const WhyVortex = () => (
-

Why Vortex?

-
+

Why Vortex?

+
{features.map((feature) => ( ))}