Skip to content

Commit

Permalink
Add πŸ”¨ gitmoji (#469)
Browse files Browse the repository at this point in the history
* ✨  Add πŸ”¨ gitmoji
* πŸ’„ Add scss color for hammer gitmoji
* πŸ“Έ  pages
  • Loading branch information
johannchopin authored Jun 26, 2020
1 parent 7f4c673 commit 5779655
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/__tests__/__snapshots__/pages.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,39 @@ Array [
</div>
</div>
</article>
<article
className="emoji col-xs-12 col-sm-6 col-md-3"
>
<div
className="emoji-card"
>
<header
className="hammer emoji-header"
>
<span
className="emoji-icon gitmoji-emoji"
data-clipboard-text="πŸ”¨"
>
πŸ”¨
</span>
</header>
<div
className="emoji-info"
>
<div
className="gitmoji-code"
data-clipboard-text=":hammer:"
>
<code>
:hammer:
</code>
</div>
<p>
Adding or updating build scripts.
</p>
</div>
</div>
</article>
<article
className="emoji col-xs-12 col-sm-6 col-md-3"
>
Expand Down
7 changes: 7 additions & 0 deletions src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,13 @@
"description": "Adding or updating configuration files.",
"name": "wrench"
},
{
"emoji": "πŸ”¨",
"entity": "&#128296;",
"code": ":hammer:",
"description": "Adding or updating build scripts.",
"name": "hammer"
},
{
"emoji": "🌐",
"entity": "&#127760;",
Expand Down
1 change: 1 addition & 0 deletions src/styles/_includes/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ $gitmojis: (
globe-with-meridians: #e7f4ff,
goal-net: #c7cb12,
green-heart: #c5e763,
hammer: #ffc400,
heavy-minus-sign: #ef5350,
heavy-plus-sign: #00e676,
iphone: #40c4ff,
Expand Down

0 comments on commit 5779655

Please sign in to comment.