Bug 1480682 - Rename existing firefox logo icon;r=daisuke

Differential Revision: https://phabricator.services.mozilla.com/D2702

--HG--
rename : devtools/client/themes/images/firefox-logo-glyph.svg => devtools/client/themes/images/aboutdebugging-firefox-logo.svg
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2018-08-06 08:26:47 +00:00
parent 8fcdd0a73b
commit 918e203758
3 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ const PropTypes = require("devtools/client/shared/vendor/react-prop-types");
const { PAGES } = require("../constants");
const SidebarItem = createFactory(require("./SidebarItem"));
const FIREFOX_ICON = "chrome://devtools/skin/images/firefox-logo-glyph.svg";
const MOBILE_ICON = "chrome://devtools/skin/images/firefox-logo-glyph.svg";
const FIREFOX_ICON = "chrome://devtools/skin/images/aboutdebugging-firefox-logo.svg";
const MOBILE_ICON = "chrome://devtools/skin/images/aboutdebugging-firefox-logo.svg";
class Sidebar extends PureComponent {
static get propTypes() {

View File

@ -109,7 +109,7 @@ devtools.jar:
skin/images/breadcrumbs-divider.svg (themes/images/breadcrumbs-divider.svg)
skin/images/filters.svg (themes/images/filters.svg)
skin/images/filter-swatch.svg (themes/images/filter-swatch.svg)
skin/images/firefox-logo-glyph.svg (themes/images/firefox-logo-glyph.svg)
skin/images/aboutdebugging-firefox-logo.svg (themes/images/aboutdebugging-firefox-logo.svg)
skin/images/fox-smiling.svg (themes/images/fox-smiling.svg)
skin/images/grid.svg (themes/images/grid.svg)
skin/images/angle-swatch.svg (themes/images/angle-swatch.svg)

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB