From ef8058aec18a486138a53f1280082afe30cb6d69 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 28 Apr 2026 11:24:38 +0000 Subject: [PATCH] Bob AI: Change the text size of the element containing '98% Retentio --- src/components/sections/testimonial/TestimonialMetricsCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/testimonial/TestimonialMetricsCards.tsx b/src/components/sections/testimonial/TestimonialMetricsCards.tsx index 7a96705..f653fcf 100644 --- a/src/components/sections/testimonial/TestimonialMetricsCards.tsx +++ b/src/components/sections/testimonial/TestimonialMetricsCards.tsx @@ -100,7 +100,7 @@ const TestimonialMetricsCards = ({
{metric.value} - {metric.label} + {metric.label}
{index < 2 && (
-- 2.49.1