Turn on autofocus in homepage

This commit is contained in:
Willian Mitsuda 2021-07-02 16:22:43 -03:00
parent 0c7cc1fc64
commit 1965b8d3a6
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ const Home: React.FC = () => {
size={50}
placeholder="Search by address / txn hash / block number"
onChange={handleChange}
autoFocus
></input>
<button
className="mx-auto px-3 py-1 mb-10 rounded bg-gray-100 hover:bg-gray-200 focus:outline-none"