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"
>
-
{feature}
+{feature}
))}