MyCrypto/common/containers/Tabs/GenerateWallet/components/LedgerTrezorWarning.jsx

22 lines
542 B
JavaScript

import React from 'react';
const LedgerTrezorWarning = () => (
<section className="row">
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<p className="strong">Ledger &amp; TREZOR users: Do not generate a new
walletyour
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;