Switch to Lucide icons

This commit is contained in:
Gregory Schier
2024-01-15 15:42:28 -08:00
parent 49ed756479
commit 51944a212a
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',