fix placeholder string

This commit is contained in:
GroovieGermanikus 2024-01-02 22:52:51 +01:00
parent 047fb81e98
commit 169d42948a
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
</div>
<input class="form-control" type="search" value="{{ search_string }}"
name="search" placeholder="Begin Typing Slot Number or Tx Signature or Account Address..."
name="search" placeholder="Enter Slot Number or Block Hash or Tx Signature or Account Address..."
hx-post="/search"
hx-trigger="keyup changed delay:500ms, load"
hx-target="#search-results"