Switch to Lucide icons

This commit is contained in:
Gregory Schier
2024-01-15 15:42:28 -08:00
parent 408e7e80b7
commit 18852dca06
11 changed files with 46 additions and 62 deletions

View File

@@ -93,7 +93,7 @@ export function SettingsDropdown() {
key: 'update-mode',
label: updateMode === 'stable' ? 'Enable Beta' : 'Disable Beta',
onSelect: () => setUpdateMode(updateMode === 'stable' ? 'beta' : 'stable'),
leftSlot: <Icon icon="rocket" />,
leftSlot: <Icon icon="flask" />,
},
{
key: 'update-check',