Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
fix: typo in "Voilà" screen
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyhnal-generalbytes authored and michael1011 committed Jul 22, 2019
1 parent 7555fb9 commit 5072fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/confetti/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Confetti = ({ classes, notifie }) => (
recycle={false}
style={{ pointerEvents: 'none' }}
/>
<span className={classes.text}>Viola! Swap successful!</span>
<span className={classes.text}>Voilà! Swap successful!</span>
{notifie(classes.notifie)}
</View>
);
Expand Down

0 comments on commit 5072fb3

Please sign in to comment.