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.
This commit is contained in:
Pulse Monitor
2025-08-27 19:25:09 +00:00
parent ce4159957b
commit 8c13c19b0a
@@ -1753,7 +1753,7 @@ const UnifiedBackups: Component = () => {
) : (
<span title="PBS backup not yet verified">
<svg class="w-4 h-4 text-gray-400 dark:text-gray-500 inline" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</span>
)