mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 09:43:06 +00:00
a11y: fix text for searchbox label #307
This commit is contained in:
parent
47fb99e08d
commit
7623f79f5e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="searchbox default-animation">
|
<div class="searchbox default-animation">
|
||||||
<label class="a11y-only" for="search-by">{{ T "Language" }}</label>
|
<label class="a11y-only" for="search-by">{{ T "Search" }}</label>
|
||||||
<i class="fas fa-search"></i>
|
<i class="fas fa-search"></i>
|
||||||
<input data-search-input id="search-by" type="search" placeholder="{{ T "Search-placeholder" }}">
|
<input data-search-input id="search-by" type="search" placeholder="{{ T "Search-placeholder" }}">
|
||||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||||
|
|
Loading…
Reference in a new issue