Add ENS notice on placeholder fields
This commit is contained in:
parent
1965b8d3a6
commit
9accae1532
|
@ -64,7 +64,7 @@ const Home: React.FC = () => {
|
|||
className="w-full border rounded focus:outline-none px-2 py-1 mb-10"
|
||||
type="text"
|
||||
size={50}
|
||||
placeholder="Search by address / txn hash / block number"
|
||||
placeholder="Search by address / txn hash / block number / ENS name"
|
||||
onChange={handleChange}
|
||||
autoFocus
|
||||
></input>
|
||||
|
|
|
@ -50,8 +50,8 @@ const Title: React.FC = () => {
|
|||
<input
|
||||
className="w-full border-t border-b border-l rounded-l focus:outline-none px-2 py-1 text-sm"
|
||||
type="text"
|
||||
size={50}
|
||||
placeholder='Type "/" to search by address / txn hash / block number'
|
||||
size={60}
|
||||
placeholder='Type "/" to search by address / txn hash / block number / ENS name'
|
||||
onChange={handleChange}
|
||||
ref={searchRef}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue