Skip to content

Commit

Permalink
pame
Browse files Browse the repository at this point in the history
  • Loading branch information
klepi21 committed Oct 11, 2023
1 parent 561924e commit 254ed6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Home/components/NewUserForm/CreateWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function CreateWallet({formData, email, platform, handleReset}: {
setJsonFileContent(jsonPretty);
}


return (
<>
<Flex m={10} gap={5}>
Expand Down Expand Up @@ -214,7 +214,7 @@ export default function CreateWallet({formData, email, platform, handleReset}: {
Download JSON
</Button>
<Text fontWeight={'semibold'} maxW={'400px'}>
Congratulations! Now you can save the JSON file in a safe place and connect using it (password is "password" 😎).
Congratulations! Now you can save the JSON file in a safe place and connect using it (password is &apos;password&apos; 😎).
</Text>
<Text mt={20} fontWeight={'semibold'} maxW={'400px'}>
Wait a few seconds and refresh the page. You should see your information if everything ran successfully.
Expand Down

0 comments on commit 254ed6d

Please sign in to comment.