Skip to content

Commit

Permalink
✨ Add emoji simple fix (#617)
Browse files Browse the repository at this point in the history
* ✨ Add adhesive_bandage emoji
* ✅ Fix tests: update snapshot
  • Loading branch information
alexfernandez authored Nov 17, 2020
1 parent 74d1801 commit 13aefe3
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 @@ -3032,6 +3032,39 @@ Array [
</div>
</div>
</article>
<article
className="emoji col-xs-12 col-sm-6 col-md-3"
>
<div
className="emoji-card"
>
<header
className="adhesive-bandage emoji-header"
>
<span
className="emoji-icon gitmoji-emoji"
data-clipboard-text="🩹"
>
🩹
</span>
</header>
<div
className="emoji-info"
>
<div
className="gitmoji-code"
data-clipboard-text=":adhesive_bandage:"
>
<code>
:adhesive_bandage:
</code>
</div>
<p>
Simple fix for a non-critical issue.
</p>
</div>
</div>
</article>
</div>
</main>,
<footer
Expand Down
7 changes: 7 additions & 0 deletions src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@
"code": ":passport_control:",
"description": "Work on code related to authorization, roles and permissions.",
"name": "passport-control"
},
{
"emoji": "🩹",
"entity": "&#x1FA79;",
"code": ":adhesive_bandage:",
"description": "Simple fix for a non-critical issue.",
"name": "adhesive-bandage"
}
]
}
1 change: 1 addition & 0 deletions src/styles/_includes/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ $gitmojis: (
rotating-light: #536dfe,
see-no-evil: #8bdfe7,
seedling: #c5e763,
adhesive-bandage: #fbcfb7,
sparkles: #ffe55f,
speech-balloon: #cedae6,
tada: #f74d5f,
Expand Down

1 comment on commit 13aefe3

@vercel
Copy link

@vercel vercel bot commented on 13aefe3 Nov 17, 2020

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.