Issue #2942406 by Eli-T, markconroy, andrewmacpherson: Text alternative for Umami mobile search link
parent
5a9de4fc76
commit
3c43071ab7
|
@ -36,7 +36,8 @@
|
||||||
|
|
||||||
<div class="search-iconwrap">
|
<div class="search-iconwrap">
|
||||||
<a class="search-link" title="{{ 'Go to the search page'|t }}" href="{{ path('search.view') }}">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue