1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 14:50:52 +00:00

Separated headings

This commit is contained in:
Vladimir Volek 2019-02-07 17:28:56 +01:00
parent fdf4f9da74
commit 945df2054e

View File

@ -108,9 +108,9 @@ class SignVerify extends Component <Props> {
const verifyAddressError = this.getError('verifyAddress');
return (
<Content>
<Title>Sign &amp; 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"