Skip to content

Commit

Permalink
use full uri for search link
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-gui committed Jul 31, 2024
1 parent dcd413c commit f1619a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/styles/global_nav.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</li>
{% endfor %}
<li class="top-nav-item">
<a hreflang="en" href="/help/search/" class="nav-link icon-link">
<a hreflang="en" href="https://www.w3.org/help/search/" class="nav-link icon-link">
<img class="icon" src="{{ absolute_url(asset('svg/search.svg', 'website-2021')) }}" width="24" height="24" alt aria-hidden="true"><span class="hide-at-max-width">{{ 'header.search_link'|trans({}, 'w3c_website_templates_bundle') }}</span>
</a>
</li>
Expand Down

0 comments on commit f1619a5

Please sign in to comment.