Skip to content

Commit

Permalink
Remove fx meta for rebranded products (#14779)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna committed Jul 8, 2024
1 parent 8eb866e commit 7c4cdd2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions bedrock/firefox/templates/firefox/welcome/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
{{ css_bundle('firefox_welcome') }}
{% endblock %}

{% block page_image %}{{ static('img/firefox/template/page-image-master.jpg') }}{% endblock %}

{% block site_header %}{% endblock %}

{% block content %}
Expand Down
2 changes: 0 additions & 2 deletions bedrock/firefox/templates/firefox/welcome/page1.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

{% block page_desc %}{{ ftl('welcome-page1-take-the-next-step-to-protect') }}{% endblock %}

{% block page_image %}{{ static('img/firefox/template/page-image-master.jpg') }}{% endblock %}

{% block body_class %}{{ super() }} welcome-page1{% endblock %}

{%block page_css %}
Expand Down
7 changes: 0 additions & 7 deletions bedrock/mozorg/templates/mozorg/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@

{% block page_desc %}{{ ftl('mozilla-accounts-securely-sync-your', fallback='firefox-accounts-securely-sync-your') }}{% endblock %}

{% block page_image %}{{ static('img/firefox/template/page-image-master.jpg') }}{% endblock %}

{% block page_favicon %}{{ static('img/favicons/mozilla/favicon.ico') }}{% endblock %}

{% block page_favicon_large %}{{ static('img/favicons/firefox/favicon-196x196.png') }}{% endblock %}
{% block page_ios_icon %}{{ static('img/favicons/firefox/apple-touch-icon.png') }}{% endblock %}

{% block page_css %}
{{ css_bundle('protocol-emphasis-box') }}
{{ css_bundle('protocol-split') }}
Expand Down
Binary file removed media/img/firefox/template/page-image-master.jpg
Binary file not shown.

0 comments on commit 7c4cdd2

Please sign in to comment.