update alert history icon

This commit is contained in:
henrygd
2025-07-24 18:11:39 -04:00
parent 2bed722045
commit 203244090f
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
import {
AlertOctagonIcon,
BookIcon,
DatabaseBackupIcon,
FingerprintIcon,
@@ -137,7 +138,7 @@ export default memo(function CommandPalette({ open, setOpen }: { open: boolean;
setOpen(false)
}}
>
<LogsIcon className="me-2 size-4" />
<AlertOctagonIcon className="me-2 size-4" />
<span>
<Trans>Alert History</Trans>
</span>