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" ? "▶" : "■"}