Issue #2942406 by Eli-T, markconroy, andrewmacpherson: Text alternative for Umami mobile search link

merge-requests/1654/head
Alex Pott 2018-02-08 08:21:47 +00:00
parent 5a9de4fc76
commit 3c43071ab7
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@
<div class="search-iconwrap">
<a class="search-link" title="{{ 'Go to the search page'|t }}" href="{{ path('search.view') }}">
{% include active_theme_path() ~ '/images/svg/search.svg' %}
<span class="search-icon" aria-hidden="true">{% include active_theme_path() ~ '/images/svg/search.svg' %}</span>
<span class="visually-hidden">{{ 'Search'|t }}</span>
</a>
</div>