From 3418f7339086deb77fa90fc960e983aa89084049 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 14 Oct 2025 21:22:21 +0200 Subject: [PATCH] Update storage-overview.tsx --- AppImage/components/storage-overview.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/AppImage/components/storage-overview.tsx b/AppImage/components/storage-overview.tsx index 36e7f93..1017228 100644 --- a/AppImage/components/storage-overview.tsx +++ b/AppImage/components/storage-overview.tsx @@ -355,20 +355,18 @@ export function StorageOverview() { {storage.type} - {/* Mobile: Badge icono + Nombre + Badge active (sin porcentaje) */}
- - - -

{storage.name}

+ + {storage.type} +

{storage.name}

- {storage.status} + {storage.status === "active" ? "▶" : "■"}