Bob AI: make the metrics section show only 2 metrics: play...
This commit is contained in:
@@ -79,7 +79,7 @@ const Icon = metric.icon;
|
|||||||
<div className="relative z-1 w-full flex items-center justify-center gap-2">
|
<div className="relative z-1 w-full flex items-center justify-center gap-2">
|
||||||
<div className={cls("h-8 primary-button aspect-square rounded-theme flex items-center justify-center", metricIconClassName)}>
|
<div className={cls("h-8 primary-button aspect-square rounded-theme flex items-center justify-center", metricIconClassName)}>
|
||||||
<Icon className="h-4/10 text-background" strokeWidth={1.5} />
|
<Icon className="h-4/10 text-background" strokeWidth={1.5} />
|
||||||
</div>
|
</div>
|
||||||
<h3 className={cls("text-xl truncate", shouldUseLightText && "text-background", metricLabelClassName)}>
|
<h3 className={cls("text-xl truncate", shouldUseLightText && "text-background", metricLabelClassName)}>
|
||||||
{metric.label}
|
{metric.label}
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user