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