mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 14:50:52 +00:00
Separated headings
This commit is contained in:
parent
fdf4f9da74
commit
945df2054e
@ -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