diff --git a/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/Contents.json b/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/Contents.json deleted file mode 100644 index 863ed07eb3..0000000000 --- a/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "images" : [ - { - "filename" : "DBP-Icon-Multicolor.pdf", - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/DBP-Icon-Multicolor.pdf b/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/DBP-Icon-Multicolor.pdf deleted file mode 100644 index d22849f4c0..0000000000 Binary files a/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/DBP-Icon-Multicolor.pdf and /dev/null differ diff --git a/DuckDuckGo/Tab/ViewModel/TabViewModel.swift b/DuckDuckGo/Tab/ViewModel/TabViewModel.swift index 912ac7fcb9..9d6fea5595 100644 --- a/DuckDuckGo/Tab/ViewModel/TabViewModel.swift +++ b/DuckDuckGo/Tab/ViewModel/TabViewModel.swift @@ -28,7 +28,7 @@ final class TabViewModel { static let burnerHome = NSImage.burnerTabFavicon static let preferences = NSImage.preferences static let bookmarks = NSImage.bookmarks - static let dataBrokerProtection = NSImage.dbpIconMulticolor + static let dataBrokerProtection = NSImage.dbpIcon static let subscription = NSImage.subscriptionIcon static let identityTheftRestoration = NSImage.itrIcon }