Update apps/explorer/src/app/components/jump-to-block/index.tsx

Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
This commit is contained in:
Sam Keen 2022-03-10 12:44:18 +00:00 committed by GitHub
parent 9739e4b467
commit c7d195c8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ export const JumpToBlock = () => {
</label>
<input
id="block-input"
type={'tel'}
type='tel'
name={'blockNumber'}
placeholder={'Block number'}
className="form-input"