From: Kohei Yoshino Date: Tue, 22 Oct 2019 16:12:14 +0000 (-0400) Subject: Bug 1590434 - Update Firefox and GeckoView logos on easy product selector X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=580c9c0b0d2c00b7699191bcf54334a589a2ec1b;p=thirdparty%2Fbugzilla.git Bug 1590434 - Update Firefox and GeckoView logos on easy product selector --- diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl index f877e23de..94d56d96b 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -101,7 +101,7 @@ %] [% INCLUDE easyproduct name="DevTools" - icon="devtools.png" + icon="devedition.png" %] [% INCLUDE easyproduct name="WebExtensions" @@ -113,7 +113,7 @@ %] [% INCLUDE easyproduct name="GeckoView" - icon="firefox_android.png" + icon="geckoview.png" %] [% INCLUDE easyproduct name="Firefox Brand" diff --git a/extensions/BMO/web/producticons/devedition.png b/extensions/BMO/web/producticons/devedition.png index 9c0ff72b8..01c7a9fe7 100644 Binary files a/extensions/BMO/web/producticons/devedition.png and b/extensions/BMO/web/producticons/devedition.png differ diff --git a/extensions/BMO/web/producticons/devtools.png b/extensions/BMO/web/producticons/devtools.png deleted file mode 100644 index 9800f654b..000000000 Binary files a/extensions/BMO/web/producticons/devtools.png and /dev/null differ diff --git a/extensions/BMO/web/producticons/firefox.png b/extensions/BMO/web/producticons/firefox.png index eb2cb7f7b..b92d78ca6 100644 Binary files a/extensions/BMO/web/producticons/firefox.png and b/extensions/BMO/web/producticons/firefox.png differ diff --git a/extensions/BMO/web/producticons/geckoview.png b/extensions/BMO/web/producticons/geckoview.png new file mode 100644 index 000000000..41eb66381 Binary files /dev/null and b/extensions/BMO/web/producticons/geckoview.png differ