1 Commits

Author SHA1 Message Date
6c62facadc Bob AI: add loader to the By The Numbers section after the... 2026-02-03 00:04:00 +02:00

View File

@@ -156,6 +156,7 @@ const MetricCardTwo = ({
buttonTextClassName={textBoxButtonTextClassName}
ariaLabel={ariaLabel}
>
<span className="inline-block px-3 py-1 text-sm font-medium rounded-full bg-primary-cta/10 text-primary-cta">New</span>
{metrics.map((metric, index) => (
<MetricCardItem
key={`${metric.id}-${index}`}