Skip to content

Commit

Permalink
✨ Add 🔐 emoji (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
oparaskos authored Feb 11, 2022
1 parent e99799d commit 0aa25b6
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 @@ -1058,6 +1058,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=":closed_lock_with_key:"
tabIndex="-1"
type="button"
>
<code>
:closed_lock_with_key:
</code>
</button>
<p>
Add or update secrets.
</p>
</div>
</div>
</article>
<article
className="emoji col-xs-12 col-sm-6 col-md-3"
style={
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 @@ -36,6 +36,7 @@ export default {
label: '#cb63e6',
lipstick: '#80deea',
lock: '#ffce49',
'closed-lock-with-key': '#83beec',
'loud-sound': '#23b4d2',
mag: '#ffe55f',
memo: '#00e676',
Expand Down
8 changes: 8 additions & 0 deletions src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@
"name": "lock",
"semver": "patch"
},
{
"emoji": "🔐",
"entity": "&#x1f510;",
"code": ":closed_lock_with_key:",
"description": "Add or update secrets.",
"name": "closed-lock-with-key",
"semver": null
},
{
"emoji": "🔖",
"entity": "&#x1f516;",
Expand Down

1 comment on commit 0aa25b6

@vercel
Copy link

@vercel vercel bot commented on 0aa25b6 Feb 11, 2022

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.