From 8c13c19b0a9c457cebcd573334d7ffc7fdb1a642 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Wed, 27 Aug 2025 19:25:09 +0000 Subject: [PATCH] fix: use info circle icon for non-verified backups Changed the non-verified backup icon from a confusing circle-check to an info/exclamation circle icon which better indicates an informational/pending state rather than a verified state. --- frontend-modern/src/components/Backups/UnifiedBackups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Backups/UnifiedBackups.tsx b/frontend-modern/src/components/Backups/UnifiedBackups.tsx index 7e964c72c..ef7dc7370 100644 --- a/frontend-modern/src/components/Backups/UnifiedBackups.tsx +++ b/frontend-modern/src/components/Backups/UnifiedBackups.tsx @@ -1753,7 +1753,7 @@ const UnifiedBackups: Component = () => { ) : ( - + )