Skip to content

Commit

Permalink
Handle leo brave icon file renaming
Browse files Browse the repository at this point in the history
fix brave/brave-browser#33287

changed to brave-icon-dev-color.svg.
  • Loading branch information
simonhong committed Sep 28, 2023
1 parent 3c2401f commit 61073a6
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 @@ -281,7 +281,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 61073a6

Please sign in to comment.