1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-10-30 11:46:16 +00:00

Reword search bar placeholder text

WHO THE HECK THOUGHT "TITLE SEARCH" WOULD BE A GOOD NAME
This commit is contained in:
handlerug 2021-08-04 12:56:12 +07:00
parent 58a6e5d57a
commit eeb2dd52d8
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
</li>
<li class="top-bar__section top-bar__section_search">
<form class="top-bar__search" method="GET" action="/title-search">
<input type="text" name="q" placeholder="Title search" class="top-bar__search-bar">
<input type="text" name="q" placeholder="Search by title" class="top-bar__search-bar">
</form>
</li>
<li class="top-bar__section top-bar__section_auth">

View File

@ -74,7 +74,7 @@ func StreamBaseHTML(qw422016 *qt422016.Writer, title, body string, u *user.User,
</li>
<li class="top-bar__section top-bar__section_search">
<form class="top-bar__search" method="GET" action="/title-search">
<input type="text" name="q" placeholder="Title search" class="top-bar__search-bar">
<input type="text" name="q" placeholder="Search by title" class="top-bar__search-bar">
</form>
</li>
<li class="top-bar__section top-bar__section_auth">