From 548db981f5bb832f24f5c383ea2145cb44fcec71 Mon Sep 17 00:00:00 2001 From: Lakshay Bhushan Date: Wed, 26 Jun 2024 21:31:28 +0530 Subject: [PATCH] minor spacing & color fix for showcase component --- apps/web/app/(landing)/Showcase.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/app/(landing)/Showcase.tsx b/apps/web/app/(landing)/Showcase.tsx index 8e00baf6..9955c7c3 100644 --- a/apps/web/app/(landing)/Showcase.tsx +++ b/apps/web/app/(landing)/Showcase.tsx @@ -114,13 +114,13 @@ function Feature({ }) { return (

{feature.name} @@ -138,7 +138,7 @@ function Feature({

{feature.summary}

-

{feature.description}

+

{feature.description}

); }