From 0529e84a31d4266881783f4a5f6cf64029a47892 Mon Sep 17 00:00:00 2001 From: Fouad Date: Wed, 2 Nov 2022 13:15:48 +0000 Subject: [PATCH] add account how to links (#1732) --- nym-wallet/src/components/Accounts/MultiAccountHowTo.tsx | 7 ++++++- .../src/components/Accounts/MultiAccountWithPwdHowTo.tsx | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/nym-wallet/src/components/Accounts/MultiAccountHowTo.tsx b/nym-wallet/src/components/Accounts/MultiAccountHowTo.tsx index 5cfb4fd0b2..c23f392bbe 100644 --- a/nym-wallet/src/components/Accounts/MultiAccountHowTo.tsx +++ b/nym-wallet/src/components/Accounts/MultiAccountHowTo.tsx @@ -34,7 +34,12 @@ export const MultiAccountHowTo = ({ show, handleClose }: { show: boolean; handle {`${step}`} ))} - + ); diff --git a/nym-wallet/src/components/Accounts/MultiAccountWithPwdHowTo.tsx b/nym-wallet/src/components/Accounts/MultiAccountWithPwdHowTo.tsx index cd1e6a5be5..c5cda54150 100644 --- a/nym-wallet/src/components/Accounts/MultiAccountWithPwdHowTo.tsx +++ b/nym-wallet/src/components/Accounts/MultiAccountWithPwdHowTo.tsx @@ -38,7 +38,12 @@ export const MultiAccountWithPwdHowTo = ({ show, handleClose }: { show: boolean; {`${step}`} ))} - + );