Merge pull request #367 from trezor/separate-heading-sv

Separated sign-verify headings
pull/370/head
Maroš 5 years ago committed by GitHub
commit 3521652f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save