Skip to content

Commit

Permalink
Updated success message with missing emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Destefanis committed Feb 20, 2020
1 parent 76ecc8c commit 7c4290d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/TotalErrorCount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function TotalErrorCount(props) {
<div className="totals-row totals-row--success">
<div className="section-title">
{" "}
🥳 Yay! No errors in the selection.
🎉 Yay! No errors in the selection.
</div>
<span className="error-count success">
<svg width="12" height="10" viewBox="0 0 12 10" fill="none">
Expand Down

0 comments on commit 7c4290d

Please sign in to comment.