mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-17 05:26:36 +00:00
reformat
This commit is contained in:
parent
ff81133b5e
commit
ba6d46e91d
@ -1,21 +1,23 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
const LedgerTrezorWarning = () => (
|
const LedgerTrezorWarning = () =>
|
||||||
<section className="row">
|
<section className="row">
|
||||||
<br/>
|
<br />
|
||||||
<br/>
|
<br />
|
||||||
<br/>
|
<br />
|
||||||
<br/>
|
<br />
|
||||||
<br/>
|
<br />
|
||||||
<br/>
|
<br />
|
||||||
<p className="strong">Ledger & TREZOR users: Do not generate a new
|
<p className="strong">
|
||||||
wallet—your
|
Ledger & TREZOR users: Do not generate a new
|
||||||
hardware device <em> is </em> your wallet.<br/>
|
wallet—your
|
||||||
<a>You
|
hardware device <em> is </em> your wallet.<br />
|
||||||
can connect to your device, see your addresses, or send ETH or Tokens
|
<a>
|
||||||
here.</a>
|
You
|
||||||
</p>
|
can connect to your device, see your addresses, or send ETH or Tokens
|
||||||
</section>
|
here.
|
||||||
);
|
</a>
|
||||||
|
</p>
|
||||||
|
</section>;
|
||||||
|
|
||||||
export default LedgerTrezorWarning;
|
export default LedgerTrezorWarning;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user