Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c62facadc |
@@ -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}`}
|
||||
|
||||
Reference in New Issue
Block a user