From 676272b46c859218f94a0bd533b8fc46a53f8dc5 Mon Sep 17 00:00:00 2001 From: mkarolin Date: Fri, 19 Jan 2024 13:24:25 -0500 Subject: [PATCH] Fixes settings UI background sync icon. --- browser/resources/settings/brave_overrides/iron_icon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/resources/settings/brave_overrides/iron_icon.ts b/browser/resources/settings/brave_overrides/iron_icon.ts index 396ee41361f7f..0ae1650bc6bd1 100644 --- a/browser/resources/settings/brave_overrides/iron_icon.ts +++ b/browser/resources/settings/brave_overrides/iron_icon.ts @@ -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