Skip to content

Commit

Permalink
✏️ fix pencil2 name typo (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Gorelli <[email protected]>
Co-authored-by: johann_chopin <[email protected]>
  • Loading branch information
3 people authored May 30, 2020
1 parent dd4cb19 commit 0c5a093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/pages.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ Array [
className="emoji-card"
>
<header
className="pencil emoji-header"
className="pencil2 emoji-header"
>
<span
className="emoji-icon gitmoji-emoji"
Expand Down
2 changes: 1 addition & 1 deletion src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"entity": "&#59161;",
"code": ":pencil2:",
"description": "Fixing typos.",
"name": "pencil"
"name": "pencil2"
},
{
"emoji": "💩",
Expand Down

0 comments on commit 0c5a093

Please sign in to comment.