Skip to content

Commit

Permalink
Remove brand standards link from footer [fix #15647]
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook authored and stephaniehobson committed Dec 13, 2024
1 parent 017a95c commit ec9e2b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ <h2 class="moz24-footer-label" data-testid="footer-heading-resources">
</h2>
<ul class="moz24-footer-primary-list" data-testid="footer-list-resources">
<li><a href="{{ url('mozorg.advertising.landing') }}" data-link-position="footer" data-link-text="Advertise with Mozilla">{{ ftl('footer-refresh-advertise') }}</a></li>
<li><a href="https://mozilla.design/?{{ utm_params }}&utm_content=resources" data-link-position="footer" data-link-text="Brand Standards">{{ ftl('footer-refresh-brand-standards') }}</a></li>
<li><a href="/firefox/{{ latest_firefox_version }}/releasenotes/" data-link-position="footer" data-link-text="Firefox Release Notes">{{ ftl('footer-refresh-firefox-release-notes') }}</a></li>
</ul>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ <h2 class="mzp-c-footer-heading" data-testid="footer-heading-resources">
{% if ftl_has_messages('footer-advertise') %}
<li><a href="{{ url('mozorg.advertising.landing') }}" data-link-position="footer" data-link-text="Advertise with Mozilla">{{ ftl('footer-advertise') }}</a></li>
{% endif %}
<li><a href="https://mozilla.design/?{{ utm_params }}&utm_content=resources" data-link-position="footer" data-link-text="Brand Standards">{{ ftl('footer-brand-standards') }}</a></li>
</ul>
</section>

Expand Down

0 comments on commit ec9e2b1

Please sign in to comment.