Skip to content

Commit

Permalink
replaced brave logo from settings hamburger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil7174 committed Jun 6, 2024
1 parent b6dc03c commit 417bfcf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions browser/resources/settings/images/brave-icon-dev-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build/commands/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ const util = {
path.join(config.srcDir, 'ui', 'webui', 'resources', 'css', 'text_defaults_md.css')])
// Replace chrome dark logo with channel specific brave logo.
fileMap.add([
path.join(config.braveCoreDir, 'node_modules', '@brave', 'leo', 'icons',
path.join(config.braveCoreDir, 'browser', 'resources', 'settings', 'images',
config.getBraveLogoIconName()),
path.join(config.srcDir, 'ui', 'webui', 'resources', 'images',
'chrome_logo_dark.svg')])
Expand Down

0 comments on commit 417bfcf

Please sign in to comment.