reformat
This commit is contained in:
parent
ff81133b5e
commit
ba6d46e91d
|
@ -1,6 +1,6 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
const LedgerTrezorWarning = () => (
|
const LedgerTrezorWarning = () =>
|
||||||
<section className="row">
|
<section className="row">
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
@ -8,14 +8,16 @@ const LedgerTrezorWarning = () => (
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<p className="strong">Ledger & TREZOR users: Do not generate a new
|
<p className="strong">
|
||||||
|
Ledger & TREZOR users: Do not generate a new
|
||||||
wallet—your
|
wallet—your
|
||||||
hardware device <em> is </em> your wallet.<br />
|
hardware device <em> is </em> your wallet.<br />
|
||||||
<a>You
|
<a>
|
||||||
|
You
|
||||||
can connect to your device, see your addresses, or send ETH or Tokens
|
can connect to your device, see your addresses, or send ETH or Tokens
|
||||||
here.</a>
|
here.
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>;
|
||||||
);
|
|
||||||
|
|
||||||
export default LedgerTrezorWarning;
|
export default LedgerTrezorWarning;
|
||||||
|
|
Loading…
Reference in New Issue