From 76501edccd66bf1a56e482a1e0013e0b7d18afbd Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 24 Apr 2026 18:06:30 +0000 Subject: [PATCH] Bob AI: Set the overflow property to 'hidden' for the 'Pro Plan' com --- src/components/sections/pricing/PricingCenteredCards.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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