Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Sep 24, 2021
1 parent 627e21a commit 156829f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/presentation/components/warningDeleteMnemonic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ const WarningDeleteMnemonic: React.FC = () => (
<br />
<span>Restoring a new wallet will delete that one. </span>
<br />
<span>Make sure you have a safe backup of the mnemonic words before creating a new wallet</span>
<span>
Make sure you have a safe backup of the mnemonic words before creating a new wallet
</span>
</div>
</div>
);
Expand Down

0 comments on commit 156829f

Please sign in to comment.