Merge pull request #7 from Sonofotis/master

Update placeholder text in search bar.
This commit is contained in:
Jason Rhinelander 2021-07-22 13:50:56 -03:00 committed by GitHub
commit 6605475061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
{%endif%}
Blockchain Explorer</a></h1>
<form action="/search" method="get" class="top-search">
<input type="text" name="value" size="64" placeholder="Block height, Block hash, Transaction ID, or Service Node pubkey">
<input type="text" name="value" size="64" placeholder="Block height, Block hash, Transaction ID, Service Node pubkey or ONS">
<input type="submit" class="PageButton" value="Search">
</form>
</div>