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

24 lines
498 B
React
Raw Normal View History

2017-05-30 20:36:52 +00:00
import React from 'react';
2017-06-20 06:14:35 +00:00
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;