From e2cdcb7b3e7494cb91048616e60e7bb26b8efd12 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Sat, 29 Nov 2025 21:49:00 +0000 Subject: [PATCH] Match original sublabel style for CPU core count display --- frontend-modern/src/components/Dashboard/EnhancedCPUBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Dashboard/EnhancedCPUBar.tsx b/frontend-modern/src/components/Dashboard/EnhancedCPUBar.tsx index bcd8bf9..b8dad3f 100644 --- a/frontend-modern/src/components/Dashboard/EnhancedCPUBar.tsx +++ b/frontend-modern/src/components/Dashboard/EnhancedCPUBar.tsx @@ -83,7 +83,7 @@ export function EnhancedCPUBar(props: EnhancedCPUBarProps) { {formatPercent(props.usage)} - ({props.cores}c) + ({props.cores} cores)