diff --git a/common/containers/Tabs/GenerateWallet/components/LedgerTrezorWarning.jsx b/common/containers/Tabs/GenerateWallet/components/LedgerTrezorWarning.jsx new file mode 100644 index 00000000..1f9c5f0b --- /dev/null +++ b/common/containers/Tabs/GenerateWallet/components/LedgerTrezorWarning.jsx @@ -0,0 +1,21 @@ +import React from "react"; + +const LedgerTrezorWarning = () => ( +
+
+
+
+
+
+
+

Ledger & TREZOR users: Do not generate a new + wallet—your + hardware device is your wallet.
+ You + can connect to your device, see your addresses, or send ETH or Tokens + here. +

+
+); + +export default LedgerTrezorWarning;