Skip to content

Commit

Permalink
Fix firefox/welcome/14/ images (mozilla#14857)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jul 24, 2024
1 parent 7764bd4 commit ea4e454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bedrock/firefox/templates/firefox/welcome/page14.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>{{ ftl('welcome-page14-use-code') }}</h2>

<div class="mzp-c-picto">
<div class="mzp-c-picto-image">
{% include 'firefox/welcome/includes/page10/laptop.svg' %}
<img src="{{ static('img/firefox/welcome/page10/laptop.svg') }}" alt="">
</div>
<h3 class="mzp-c-picto-title">{{ ftl('welcome-page14-very-fast') }}</h3>
<div class="mzp-c-picto-body">
Expand All @@ -81,7 +81,7 @@ <h3 class="mzp-c-picto-title">{{ ftl('welcome-page14-very-fast') }}</h3>

<div class="mzp-c-picto">
<div class="mzp-c-picto-image">
{% include 'firefox/welcome/includes/page10/mobile.svg' %}
<img src="{{ static('img/firefox/welcome/page10/mobile.svg') }}" alt="">
</div>
<h3 class="mzp-c-picto-title">{{ ftl('welcome-page14-without-trace') }}</h3>
<div class="mzp-c-picto-body">
Expand Down

0 comments on commit ea4e454

Please sign in to comment.