mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
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:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user