mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-23 22:41:06 +00:00
Merge pull request #367 from trezor/separate-heading-sv
Separated sign-verify headings
This commit is contained in:
commit
3521652f96
@ -108,9 +108,9 @@ class SignVerify extends Component <Props> {
|
||||
const verifyAddressError = this.getError('verifyAddress');
|
||||
return (
|
||||
<Content>
|
||||
<Title>Sign & Verify</Title>
|
||||
<Wrapper>
|
||||
<Sign>
|
||||
<Title>Sign Message</Title>
|
||||
<Row>
|
||||
<Input
|
||||
topLabel="Address"
|
||||
@ -157,6 +157,7 @@ class SignVerify extends Component <Props> {
|
||||
</RowButtons>
|
||||
</Sign>
|
||||
<Verify>
|
||||
<Title>Verify message</Title>
|
||||
<Row>
|
||||
<Input
|
||||
topLabel="Address"
|
||||
|
Loading…
Reference in New Issue
Block a user