From 8ae7c4a022416b06571a11efa5d1017cc0e60c60 Mon Sep 17 00:00:00 2001 From: r-freeman Date: Thu, 9 Feb 2023 20:27:17 +0000 Subject: [PATCH] Update styling of metrics on dashboard --- pages/dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/dashboard.tsx b/pages/dashboard.tsx index 23768af..92144b1 100644 --- a/pages/dashboard.tsx +++ b/pages/dashboard.tsx @@ -39,7 +39,7 @@ export default function Dashboard({metrics}: { metrics: MetricGroup }) {

{item.title}

- + {typeof item.value === "number" ? numberFormat(item.value) : item.value}