Create stateless component for Ledger Trezor Warning on GenerateWallet Page
This commit is contained in:
parent
20c256fc77
commit
947bc1ce4b
|
@ -0,0 +1,21 @@
|
||||||
|
import React from "react";
|
||||||
|
|
||||||
|
const LedgerTrezorWarning = () => (
|
||||||
|
<section className="row">
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<p className="strong">Ledger & TREZOR users: Do not generate a new
|
||||||
|
wallet—your
|
||||||
|
hardware device <em> is </em> your wallet.<br/>
|
||||||
|
<a>You
|
||||||
|
can connect to your device, see your addresses, or send ETH or Tokens
|
||||||
|
here.</a>
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
|
||||||
|
export default LedgerTrezorWarning;
|
Loading…
Reference in New Issue