Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c62facadc |
@@ -156,6 +156,7 @@ const MetricCardTwo = ({
|
|||||||
buttonTextClassName={textBoxButtonTextClassName}
|
buttonTextClassName={textBoxButtonTextClassName}
|
||||||
ariaLabel={ariaLabel}
|
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) => (
|
{metrics.map((metric, index) => (
|
||||||
<MetricCardItem
|
<MetricCardItem
|
||||||
key={`${metric.id}-${index}`}
|
key={`${metric.id}-${index}`}
|
||||||
|
|||||||
Reference in New Issue
Block a user