Improve search field placeholder

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach 2026-03-19 15:13:29 +01:00
parent 9a1b7ffa7c
commit 6f05c2c78e

View file

@ -3,8 +3,8 @@
<input
type="search"
class="td-search__input form-control"
placeholder="{{ T "ui_search" }}"
aria-label="{{ T "ui_search" }}"
placeholder="Search the spec"
aria-label="Search the spec"
autocomplete="off"
>
</div>