From 40cd9cf84504e0d377aaaf6eefddd70a25e41124 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 17:44:47 +0200 Subject: [PATCH] Bob AI: make the metrics section show only 2 metrics: play... --- src/components/sections/about/AboutMetric.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/about/AboutMetric.tsx b/src/components/sections/about/AboutMetric.tsx index 8f8907b..5151b6e 100644 --- a/src/components/sections/about/AboutMetric.tsx +++ b/src/components/sections/about/AboutMetric.tsx @@ -67,7 +67,7 @@ const AboutMetric = ({
{filteredMetrics.map((metric, index) => { - const Icon = metric.icon; +const Icon = metric.icon; return (