diff --git a/src/pages/Dashboard/CPULoad/CPUCard.tsx b/src/pages/Dashboard/CPULoad/CPUCard.tsx index a3172bc5..c60154d2 100644 --- a/src/pages/Dashboard/CPULoad/CPUCard.tsx +++ b/src/pages/Dashboard/CPULoad/CPUCard.tsx @@ -40,7 +40,7 @@ const CPUCard = ({ load }: CPUCardProps) => { const message = currentLoad < 80 ? 'Good' : 'Poor' return ( - + { className={'transparent-scrollbar'} > - {/* { } - */} + {/* SECOND ROW ENDS HERE! */} + - + + + + + + + + + + + - - - - - ) diff --git a/src/pages/Dashboard/MemoryCard/MemoryCard.tsx b/src/pages/Dashboard/MemoryCard/MemoryCard.tsx index e7f3b417..3296a26d 100644 --- a/src/pages/Dashboard/MemoryCard/MemoryCard.tsx +++ b/src/pages/Dashboard/MemoryCard/MemoryCard.tsx @@ -42,7 +42,7 @@ const MemoryCard = ({ currentMemory, maxMemory }: MemoryCardProps) => { const message = currentLoad < maxMemory ? 'Good' : 'Poor' return ( - + { const message = currentLoad > 60 ? 'Good' : 'Poor' return ( - + { } return ( - +