From fee40b94f282678f7ac8640c2de253528607ed95 Mon Sep 17 00:00:00 2001 From: Aman Kumar Sinha Date: Mon, 4 Mar 2024 20:53:05 +0530 Subject: [PATCH] #1 Fixed the gap by changing the ml-4 to ml-6 in order to fill up the gap --- src/components/Pricing.jsx | 2 +- src/components/PricingList.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Pricing.jsx b/src/components/Pricing.jsx index 0ae1a063..77a663a6 100644 --- a/src/components/Pricing.jsx +++ b/src/components/Pricing.jsx @@ -22,7 +22,7 @@ const Pricing = () => { className="w-full" width={950} height={400} - alt="Stars" + alt="stars" /> diff --git a/src/components/PricingList.jsx b/src/components/PricingList.jsx index e11cb0f3..3094852c 100644 --- a/src/components/PricingList.jsx +++ b/src/components/PricingList.jsx @@ -42,7 +42,7 @@ const PricingList = () => { className="flex items-start py-5 border-t border-n-6" > Check -

{feature}

+

{feature}

))}