Skip to content

Commit

Permalink
✨ Add πŸ‘” emoji (#829)
Browse files Browse the repository at this point in the history
* ✨ Add necktie emoji for business logic
* βœ… Update page snapshot with necktie emoji

Closes #723
  • Loading branch information
seancrowe authored Aug 2, 2021
1 parent c0e86da commit 8fa8b57
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
41 changes: 41 additions & 0 deletions src/__tests__/__snapshots__/pages.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3212,6 +3212,47 @@ exports[`Pages Index should render the page 1`] = `
</div>
</div>
</article>
<article
className="emoji col-xs-12 col-sm-6 col-md-3"
style={
Object {
"--emojiColor": "#83beec",
}
}
>
<div
className="card "
>
<header
className="cardHeader"
>
<button
className="gitmoji-clipboard-emoji gitmoji"
data-clipboard-text="πŸ‘”"
type="button"
>
πŸ‘”
</button>
</header>
<div
className="gitmojiInfo"
>
<button
className="gitmoji-clipboard-code gitmojiCode"
data-clipboard-text=":necktie:"
tabIndex="-1"
type="button"
>
<code>
:necktie:
</code>
</button>
<p>
Add or update business logic
</p>
</div>
</div>
</article>
</div>
</main>
`;
Expand Down
1 change: 1 addition & 0 deletions src/components/GitmojiList/emojiColorsMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ export default {
wrench: '#ffc400',
zap: '#40c4ff',
'monocle-face': '#ffe55f',
necktie: '#83beec',
}
8 changes: 8 additions & 0 deletions src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,14 @@
"description": "Add a failing test.",
"name": "test-tube",
"semver": null
},
{
"emoji": "πŸ‘”",
"entity": "&#128084;",
"code": ":necktie:",
"description": "Add or update business logic",
"name": "necktie",
"semver": "patch"
}
]
}

1 comment on commit 8fa8b57

@vercel
Copy link

@vercel vercel bot commented on 8fa8b57 Aug 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.