Skip to content

Commit

Permalink
Update Chrome logo to Brave logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarcuzzo authored Dec 9, 2021
1 parent 226ca80 commit cb9fd25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/commands/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@ const util = {
// Replace webui CSS to use our fonts.
fileMap.add([path.join(config.braveCoreDir, 'ui', 'webui', 'resources', 'css', 'text_defaults_md.css'),
path.join(config.srcDir, 'ui', 'webui', 'resources', 'css', 'text_defaults_md.css')])
// Replace Dino game icons.
fileMap.add([path.join(braveComponentsDir, 'neterror', 'resources', 'images', 'default_100_percent', 'offline', '100-offline-sprite.png'),
path.join(config.srcDir, 'components', 'neterror', 'resources', 'images', 'default_100_percent', 'offline', '100-offline-sprite.png')])
fileMap.add([path.join(braveComponentsDir, 'neterror', 'resources', 'images', 'default_200_percent', 'offline', '200-offline-sprite.png'),
path.join(config.srcDir, 'components', 'neterror', 'resources', 'images', 'default_200_percent', 'offline', '200-offline-sprite.png')])

for (const [source, output] of fileMap) {
if (!fs.existsSync(source)) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb9fd25

Please sign in to comment.