feat: update backup download card
This commit is contained in:
parent
163c8db7c5
commit
a07803b2bb
|
@ -115,8 +115,25 @@ const KeystoreFiles = () => {
|
||||||
onClick={downloadKeyFilesHandler}
|
onClick={downloadKeyFilesHandler}
|
||||||
>
|
>
|
||||||
<Text size={15} weight={'semibold'}>
|
<Text size={15} weight={'semibold'}>
|
||||||
Download Key Files
|
Download Keystore Backups
|
||||||
</Text>
|
</Text>
|
||||||
|
<XStack
|
||||||
|
style={{
|
||||||
|
justifyContent: 'space-between',
|
||||||
|
width: '100%',
|
||||||
|
alignItems: 'center',
|
||||||
|
marginTop: '8px',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Text size={13} color="#647084">
|
||||||
|
Your keystore files are loaded automatically, please secure your keystore backups for
|
||||||
|
recovery.
|
||||||
|
</Text>
|
||||||
|
<img
|
||||||
|
src={'/icons/download-keystore-backups-icon.svg'}
|
||||||
|
alt="download-keystore-backups"
|
||||||
|
/>
|
||||||
|
</XStack>
|
||||||
</YStack>
|
</YStack>
|
||||||
</XStack>
|
</XStack>
|
||||||
<Stack style={{ width: 'fit-content' }}>
|
<Stack style={{ width: 'fit-content' }}>
|
||||||
|
|
Loading…
Reference in New Issue