From a23f985e0350d7020381bdfb45201d7723b49b07 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Mon, 28 Aug 2023 12:57:15 +0300 Subject: [PATCH] fix: add button and change texts to password fields --- .../KeyGeneration/KeyGeneration.tsx | 1 - .../KeyGeneration/PasswordFields.tsx | 35 ++++++++++++------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx index 964b251d..5ea8de0f 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx @@ -14,7 +14,6 @@ const KeyGeneration = () => { 4 Validators - { + const generateKeyFilesHandler = () => {} + return ( - - - - - - - - Download Key Files - - - + + + + + + + + + Download Key Files + + + + + ) }