Turn on autofocus in homepage
This commit is contained in:
parent
0c7cc1fc64
commit
1965b8d3a6
|
@ -66,6 +66,7 @@ const Home: React.FC = () => {
|
||||||
size={50}
|
size={50}
|
||||||
placeholder="Search by address / txn hash / block number"
|
placeholder="Search by address / txn hash / block number"
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
|
autoFocus
|
||||||
></input>
|
></input>
|
||||||
<button
|
<button
|
||||||
className="mx-auto px-3 py-1 mb-10 rounded bg-gray-100 hover:bg-gray-200 focus:outline-none"
|
className="mx-auto px-3 py-1 mb-10 rounded bg-gray-100 hover:bg-gray-200 focus:outline-none"
|
||||||
|
|
Loading…
Reference in New Issue