From 54a351a6c8fc3ef68d90acd55591706fd9aec0a4 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 30 Aug 2023 10:16:06 +0300 Subject: [PATCH] feat: create clickable download and make hanlder --- src/pages/ValidatorOnboarding/KeyGeneration/KeystoreFiles.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/KeystoreFiles.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/KeystoreFiles.tsx index d185232c..b9be5222 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/KeystoreFiles.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/KeystoreFiles.tsx @@ -25,6 +25,8 @@ const KeystoreFiles = () => { setConfirmEncryptedPassword('') } + const downloadKeyFilesHandler = () => {} + return ( @@ -73,7 +75,9 @@ const KeystoreFiles = () => { padding: '12px 16px', width: '32%', marginTop: '3.4%', + cursor: 'pointer', }} + onClick={downloadKeyFilesHandler} > Download Key Files