From 5f8e2e482f1f85778b9558929f9d5a2fe9e527a1 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Wed, 27 Mar 2024 22:40:43 +0200 Subject: [PATCH] fix(CPU line): move line in the correct position --- src/pages/Dashboard/CPULoad/CPUCard.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/Dashboard/CPULoad/CPUCard.tsx b/src/pages/Dashboard/CPULoad/CPUCard.tsx index 14aacd1d..77894192 100644 --- a/src/pages/Dashboard/CPULoad/CPUCard.tsx +++ b/src/pages/Dashboard/CPULoad/CPUCard.tsx @@ -59,14 +59,6 @@ const CPUCard = ({ load }: CPUCardProps) => { flexGrow: '1', }} > - - - CPU - - - {currentLoad} GB - - { > + + + CPU + + + {currentLoad} GB + +