feat: create clickable download and make hanlder
This commit is contained in:
parent
cbab14e1b2
commit
54a351a6c8
|
@ -25,6 +25,8 @@ const KeystoreFiles = () => {
|
|||
setConfirmEncryptedPassword('')
|
||||
}
|
||||
|
||||
const downloadKeyFilesHandler = () => {}
|
||||
|
||||
return (
|
||||
<YStack space={'$4'}>
|
||||
<XStack space={'$2'} style={{ justifyContent: 'space-between', width: '100%' }}>
|
||||
|
@ -73,7 +75,9 @@ const KeystoreFiles = () => {
|
|||
padding: '12px 16px',
|
||||
width: '32%',
|
||||
marginTop: '3.4%',
|
||||
cursor: 'pointer',
|
||||
}}
|
||||
onClick={downloadKeyFilesHandler}
|
||||
>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
Download Key Files
|
||||
|
|
Loading…
Reference in New Issue