Skip to content

Commit

Permalink
Bugfix FXIOS-10440 ⁃ [Menu] - Incorrect icon for Bookmarks in homepag…
Browse files Browse the repository at this point in the history
…e menu (backport #22876) (#22879)

Bugfix FXIOS-10440 ⁃ [Menu] - Incorrect icon for Bookmarks in homepage menu (#22876)

Bugfix FXIOS-10440 ⁃ [Menu] - Incorrect icon for Bookmarks in homepage menu

(cherry picked from commit ecc79ec)

Co-authored-by: dicarobinho <[email protected]>
  • Loading branch information
mergify[bot] and dicarobinho authored Nov 4, 2024
1 parent 64c7f5c commit 8f73e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f73e23

Please sign in to comment.