From 44d54057d0c4de222b195575a19703ea34bcf5d8 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 12 Oct 2025 19:40:35 +0200 Subject: [PATCH] Update hardware.tsx --- AppImage/components/hardware.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage/components/hardware.tsx b/AppImage/components/hardware.tsx index 67b95e9..692df5c 100644 --- a/AppImage/components/hardware.tsx +++ b/AppImage/components/hardware.tsx @@ -318,7 +318,7 @@ export default function Hardware() { {module.size && (
Size - {formatMemory(module.size)} + {formatMemory(module.size)}
)} {module.type && (