Skip to content
Snippets Groups Projects
Unverified Commit f9d2c110 authored by Tasso Evangelista's avatar Tasso Evangelista Committed by GitHub
Browse files

Chore: `desktop` icon instead of `computer` icon (#27959)

parent e5055f0b
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ const NotificationPreferences = ({ ...@@ -68,7 +68,7 @@ const NotificationPreferences = ({
/> />
)} )}
<FieldGroup> <FieldGroup>
<NotificationByDevice device={t('Desktop')} icon={'computer'}> <NotificationByDevice device={t('Desktop')} icon='desktop'>
<Preferences <Preferences
id={'DesktopAlert'} id={'DesktopAlert'}
onChange={formHandlers?.handleDesktopAlert} onChange={formHandlers?.handleDesktopAlert}
...@@ -86,7 +86,7 @@ const NotificationPreferences = ({ ...@@ -86,7 +86,7 @@ const NotificationPreferences = ({
<IconButton icon='play' mis='x4' onClick={handlePlaySound} /> <IconButton icon='play' mis='x4' onClick={handlePlaySound} />
</Preferences> </Preferences>
</NotificationByDevice> </NotificationByDevice>
<NotificationByDevice device={t('Mobile')} icon={'mobile'}> <NotificationByDevice device={t('Mobile')} icon='mobile'>
<Preferences <Preferences
id={'MobileAlert'} id={'MobileAlert'}
onChange={formHandlers?.handleMobileAlert} onChange={formHandlers?.handleMobileAlert}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment