Skip to content

Commit

Permalink
Update CodeModal.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosh authored Dec 12, 2017
1 parent d5e751b commit 9b98c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/CodeModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ background: linear-gradient(${this.direction}, ${[...this.gradient.colors].rever
'👌 Excellent Choice! It\'ll look amazing.',
'🙌 Very well, master.',
'👍 Done. Go for it.',
'✌️ Nice one! You have good tase.',
'✌️ Nice one! You have good taste.',
];
const { length } = messages;
const randomMessage = Math.round(Math.random() * (length - 1));
Expand Down

0 comments on commit 9b98c00

Please sign in to comment.