mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-24 20:07:51 +00:00
fix
This commit is contained in:
parent
c878f66f49
commit
66cc7d2602
@ -2862,7 +2862,7 @@ function App() {
|
||||
fontWeight: 600,
|
||||
}}
|
||||
>
|
||||
Download Wallet
|
||||
Download Account
|
||||
</TextP>
|
||||
</Box>
|
||||
<Spacer height="35px" />
|
||||
@ -2894,11 +2894,11 @@ function App() {
|
||||
onClick={async () => {
|
||||
await saveFileToDiskFunc();
|
||||
await showInfo({
|
||||
message: `Keep your wallet file secure.`,
|
||||
message: `Keep your account file secure.`,
|
||||
});
|
||||
}}
|
||||
>
|
||||
Download wallet
|
||||
Download account
|
||||
</CustomButton>
|
||||
</>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user