Skip to content

Commit

Permalink
Merge pull request #20319 from brave/handle_renamed_brave_dev_icon
Browse files Browse the repository at this point in the history
Handle leo brave icon file renaming
  • Loading branch information
simonhong authored Oct 6, 2023
2 parents 65de726 + 61073a6 commit b3e8e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/commands/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Config.prototype.isOfficialBuild = function () {
}

Config.prototype.getBraveLogoIconName = function () {
let iconName = "brave-icon-debug-color.svg"
let iconName = "brave-icon-dev-color.svg"
if (this.isBraveReleaseBuild()) {
if (this.channel === "beta") {
iconName = "brave-icon-beta-color.svg"
Expand Down

0 comments on commit b3e8e9e

Please sign in to comment.