Skip to content

Commit

Permalink
Merge pull request #21654 from brave/maxk-fix-bg-sync-settings-icon
Browse files Browse the repository at this point in the history
Fixes settings UI background sync icon.
  • Loading branch information
mkarolin committed Jan 22, 2024
2 parents 894320c + 676272b commit 1bf2d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/resources/settings/brave_overrides/iron_icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const iconMap: { [key: string]: string } = {
'settings:photo-off': 'image-off', // images off
'cr:open-in-new': 'launch', // popups & redirects
'settings:ads': '', // intrusive ads (unused)
'cr:sync': 'sync', // background sync
'cr:sync': 'product-sync', // background sync
'settings:volume-up': 'volume-on', // sound
'settings:volume-up-off': 'volume-off', // sound off
'cr:file-download': 'download', // automatic downloads
Expand Down

0 comments on commit 1bf2d52

Please sign in to comment.