mirror of https://github.com/embarklabs/embark.git
chore (@embark/embark-ui) clarify placeholders in ens utils
This commit is contained in:
parent
a84dd01eba
commit
5bb0d7ceae
|
@ -46,7 +46,7 @@ class EnsLookup extends Component {
|
|||
</CardHeader>
|
||||
<CardBody>
|
||||
<FormGroup>
|
||||
<Input placeholder="Enter an address" onChange={e => this.handleChange(e)}/>
|
||||
<Input placeholder="Enter an address (0x...)" onChange={e => this.handleChange(e)}/>
|
||||
</FormGroup>
|
||||
<Button color="primary" onClick={() => this.handleLookup()}>Lookup</Button>
|
||||
{this.state.showResult && this.showResult()}
|
||||
|
|
|
@ -46,7 +46,7 @@ class EnsResolve extends Component {
|
|||
</CardHeader>
|
||||
<CardBody>
|
||||
<FormGroup>
|
||||
<Input placeholder="Enter a name" onChange={e => this.handleChange(e)}/>
|
||||
<Input placeholder="Enter a name (e.g embark.eth)" onChange={e => this.handleChange(e)}/>
|
||||
</FormGroup>
|
||||
<Button color="primary" onClick={() => this.handleResolve()}>Resolve</Button>
|
||||
{this.state.showResult && this.showResult()}
|
||||
|
|
Loading…
Reference in New Issue