diff --git a/firefox-ios/Client/Frontend/Browser/MainMenu/MainMenuConfigurationUtility.swift b/firefox-ios/Client/Frontend/Browser/MainMenu/MainMenuConfigurationUtility.swift index 6b524b00ac40..23657aacdc6a 100644 --- a/firefox-ios/Client/Frontend/Browser/MainMenu/MainMenuConfigurationUtility.swift +++ b/firefox-ios/Client/Frontend/Browser/MainMenu/MainMenuConfigurationUtility.swift @@ -16,7 +16,7 @@ struct MainMenuConfigurationUtility: Equatable { static let findInPage = StandardImageIdentifiers.Large.search static let tools = StandardImageIdentifiers.Large.tool static let save = StandardImageIdentifiers.Large.save - static let bookmarks = StandardImageIdentifiers.Large.bookmark + static let bookmarks = StandardImageIdentifiers.Large.bookmarkTrayFill static let history = StandardImageIdentifiers.Large.history static let downloads = StandardImageIdentifiers.Large.download static let passwords = StandardImageIdentifiers.Large.login