change(ui) - metric list item name casing
This commit is contained in:
parent
7b4a189588
commit
c548cd7cbe
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ function MetricListItem(props: Props) {
|
||||||
<div className="w-8 h-8 rounded-full bg-tealx-lightest flex items-center justify-center mr-2">
|
<div className="w-8 h-8 rounded-full bg-tealx-lightest flex items-center justify-center mr-2">
|
||||||
<Icon name={getIcon(metric.metricType)} size="14" color="tealx" />
|
<Icon name={getIcon(metric.metricType)} size="14" color="tealx" />
|
||||||
</div>
|
</div>
|
||||||
<Link to={`/metrics/${metric.metricId}`} className="link">
|
<Link to={`/metrics/${metric.metricId}`} className="link capitalize-first">
|
||||||
{metric.name}
|
{metric.name}
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue