diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index f6e4233..8a55288 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -348,7 +348,7 @@ export default function Chart({ metric === m.key && 'bg-neutral-50 dark:bg-neutral-800/40', )} > -
{m.label}
+
{m.label}
{m.format(m.value)} {m.change !== null && (