mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 11:36:17 +00:00
Update hardware.tsx
This commit is contained in:
@@ -318,7 +318,7 @@ export default function Hardware() {
|
|||||||
{module.size && (
|
{module.size && (
|
||||||
<div className="flex justify-between text-sm">
|
<div className="flex justify-between text-sm">
|
||||||
<span className="text-muted-foreground">Size</span>
|
<span className="text-muted-foreground">Size</span>
|
||||||
<span className="font-medium">{formatMemory(module.size)}</span>
|
<span className="font-medium text-green-500">{formatMemory(module.size)}</span>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{module.type && (
|
{module.type && (
|
||||||
|
|||||||
Reference in New Issue
Block a user