Bob AI: add loader to the By The Numbers section after the...

This commit is contained in:
2026-02-03 00:04:00 +02:00
parent 62d6d10212
commit 6c62facadc

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}`}