diff --git a/packages/frontend/src/routes/TransferWizardWrapper.js b/packages/frontend/src/routes/TransferWizardWrapper.js
index 3d7ac2df72..d41d0a3938 100644
--- a/packages/frontend/src/routes/TransferWizardWrapper.js
+++ b/packages/frontend/src/routes/TransferWizardWrapper.js
@@ -2,9 +2,7 @@ import React from 'react';
import styled from 'styled-components';
import Container from '../components/common/styled/Container.css';
-import cleanUpKeysImg from '../images/wallet-migration/screenshots/clean-up-keys.png';
import logOutImg from '../images/wallet-migration/screenshots/log-out.png';
-import secureAccountsImg from '../images/wallet-migration/screenshots/secure-accounts.png';
import transferAccountsImg from '../images/wallet-migration/screenshots/transfer-your-accounts.png';
const Table = styled.table`
@@ -25,9 +23,6 @@ const Warning = styled.p`
color: #980000;
`;
-const Important = styled.p`
- color: #ff0000;
-`;
const ScreenshotImg = styled.img`
width: 300px;
@@ -139,49 +134,13 @@ export const TransferWizardWrapper = () => {
The Transfer Wizard is designed to improve the security posture of your connected accounts before migrating them to a new wallet by rotating your keys, cleaning up old keys, and securely transferring your accounts to a new wallet. You can access the Wallet Transfer Wizard from the banner at the top of wallet.near.org.
+The Transfer Wizard is designed to improve the security posture of your connected accounts before migrating them to a new wallet by securely transferring your accounts to a new wallet. You can access the Wallet Transfer Wizard from the banner at the top of wallet.near.org.
- Step 1. Secure Your Accounts -The first recommended security step is to rotate your keys, generating a new 12-word recovery phrase. This process is similar to updating your password. -
|
-
- Step2. Clean Up Your Keys -Next, NEAR wants to reduce the amount of apps that you've shared keys with, similar to revoking access for third-parties. This may cause you to be disconnected from some apps. -
|
-
- Step 3. Transfer Your Accounts +Step 1. Transfer Your Accounts Next, you will use the Wallet Selector to select your destination wallet and transfer your accounts. It's best to know which wallet you plan to use prior to starting the transfer. List of Supported Wallets
|
- Step 4. Log Out of Near.org +Step 2. Log Out of Near.org The final step is to log out of the NEAR Wallet and begin using your new wallet.
|