Skip to content

Commit

Permalink
✨ Add 🦺 emoji (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfw authored Oct 28, 2022
1 parent 4acf6d4 commit e1b2658
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 @@ -3600,6 +3600,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={
{
"--emojiColor": "#f2ad52",
}
}
>
<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=":safety_vest:"
tabIndex="-1"
type="button"
>
<code>
:safety_vest:
</code>
</button>
<p>
Add or update code related to validation.
</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 @@ -53,6 +53,7 @@ export default {
rewind: '#56d1d8',
rocket: '#00a9f0',
'rotating-light': '#536dfe',
'safety-vest': '#f2ad52',
'see-no-evil': '#8bdfe7',
seedling: '#c5e763',
sparkles: '#ffe55f',
Expand Down
8 changes: 8 additions & 0 deletions src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,14 @@
"description": "Add or update code related to multithreading or concurrency.",
"name": "thread",
"semver": null
},
{
"emoji": "🦺",
"entity": "&#x1F9BA;",
"code": ":safety_vest:",
"description": "Add or update code related to validation.",
"name": "safety-vest",
"semver": null
}
]
}

1 comment on commit e1b2658

@vercel
Copy link

@vercel vercel bot commented on e1b2658 Oct 28, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

gitmoji – ./

gitmoji-carloscuesta.vercel.app
gitmoji-git-master-carloscuesta.vercel.app
gitmoji.dev

Please sign in to comment.