Fix beta icon

This commit is contained in:
Gregory Schier
2024-01-08 17:07:42 -08:00
parent b885c358a3
commit ac9d050d9e
2 changed files with 42 additions and 42 deletions

View File

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