1
0
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:
Maroš 2019-02-07 17:34:57 +01:00 committed by GitHub
commit 3521652f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"