Compare commits

..

2 commits

Author SHA1 Message Date
Johannes Marbach 907dac6be0
Merge 6f05c2c78e into 3c9ba4a06d 2026-03-19 14:13:35 +00:00
Johannes Marbach 6f05c2c78e Improve search field placeholder
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2026-03-19 15:13:29 +01:00

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>