diff --git a/src/components/sections/pricing/PricingCenteredCards.tsx b/src/components/sections/pricing/PricingCenteredCards.tsx index 33cfdd8..176da21 100644 --- a/src/components/sections/pricing/PricingCenteredCards.tsx +++ b/src/components/sections/pricing/PricingCenteredCards.tsx @@ -63,7 +63,7 @@ const PricingCenteredCards = ({ > {plans.map((plan) => ( -
+
{plan.tag}
@@ -96,4 +96,4 @@ const PricingCenteredCards = ({ ); -export default PricingCenteredCards; +export default PricingCenteredCards; \ No newline at end of file