diff --git a/common/containers/Tabs/GenerateWallet/components/LedgerTrezorWarning.jsx b/common/containers/Tabs/GenerateWallet/components/LedgerTrezorWarning.jsx index 9b714987..a3414bcd 100644 --- a/common/containers/Tabs/GenerateWallet/components/LedgerTrezorWarning.jsx +++ b/common/containers/Tabs/GenerateWallet/components/LedgerTrezorWarning.jsx @@ -1,21 +1,23 @@ 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. -

-
-); +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;