From 16d9d43ca098392fd09e5feea03dd7dce639f2fd Mon Sep 17 00:00:00 2001 From: leora Date: Thu, 5 Aug 2021 10:18:48 -0400 Subject: [PATCH] fix(verify-email-scene): spacing feedback part 2 --- .../src/assets/locales/index.d.ts | 2 +- .../src/scenes/VerifyEmail/template.tsx | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/packages/blockchain-wallet-v4-frontend/src/assets/locales/index.d.ts b/packages/blockchain-wallet-v4-frontend/src/assets/locales/index.d.ts index 571b6fccc41..83f8ee6b041 100644 --- a/packages/blockchain-wallet-v4-frontend/src/assets/locales/index.d.ts +++ b/packages/blockchain-wallet-v4-frontend/src/assets/locales/index.d.ts @@ -2664,7 +2664,7 @@ type MessagesType = { 'scenes.uploaddoc.uploadnow': 'Upload Now' 'scenes.uploaddoc.verify': 'We need to verify your identity in order to allow buys,\n sells or exchanges.' 'scenes.verifyemail.title': 'Verify Your Email' - 'scenes.verifyemail.description': 'We sent a verification email to: {email}. Please click the link in the email to continue.' + 'scenes.verifyemail.description': 'We sent a verification email to {email}. Please click the link in the email to continue.' 'scenes.verifyemail.button': 'Email didn’t arrive?' 'scenes.verifyemail.do_it_later': 'I’ll Do This Later.' 'scenes.verifyemailtoken.error': 'Something went wrong.' diff --git a/packages/blockchain-wallet-v4-frontend/src/scenes/VerifyEmail/template.tsx b/packages/blockchain-wallet-v4-frontend/src/scenes/VerifyEmail/template.tsx index d8ab0d52747..124249bf9fa 100644 --- a/packages/blockchain-wallet-v4-frontend/src/scenes/VerifyEmail/template.tsx +++ b/packages/blockchain-wallet-v4-frontend/src/scenes/VerifyEmail/template.tsx @@ -29,7 +29,13 @@ const VerifyEmail = ({ email, resendEmail, skipVerification }: Props) => { - + { > {