Skip to content

Commit

Permalink
Fixes settings UI background sync icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Jan 19, 2024
1 parent ab1f6c8 commit 676272b
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 676272b

Please sign in to comment.