From 967e520173d033b693ef496a23232084e2ceb3a4 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Wed, 10 May 2023 12:55:08 -0700 Subject: [PATCH] More designed changes to login flow --- .../signup/DonwloadBackupPDFStep.tsx | 11 +- .../src/components/signup/UserInfoStep.tsx | 208 +++++++++--------- 2 files changed, 112 insertions(+), 107 deletions(-) diff --git a/frontend/src/components/signup/DonwloadBackupPDFStep.tsx b/frontend/src/components/signup/DonwloadBackupPDFStep.tsx index 9fcab6984..dcfd7210f 100644 --- a/frontend/src/components/signup/DonwloadBackupPDFStep.tsx +++ b/frontend/src/components/signup/DonwloadBackupPDFStep.tsx @@ -30,16 +30,15 @@ export default function DonwloadBackupPDFStep({ const { t } = useTranslation(); return ( -
+

- {t('signup.step4-message')} + {t('signup.step4-message')}

-
-
- +
+
{t('signup.step4-description1')} {t('signup.step4-description3')}
-
+
- ) : ( -
- )} -
-
-
);