mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
✨ Added remove dead code emoji (⚰️) (#712)
* ✨ Added remove dead code emoji (⚰️) * 💬 Add dot at the end of description Co-authored-by: johannchopin <31794680+johannchopin@users.noreply.github.com> * 💬 Add dot at the end of spec snapshot Co-authored-by: Emeric <emeric@ilek.fr> Co-authored-by: johannchopin <31794680+johannchopin@users.noreply.github.com>
This commit is contained in:
parent
a69aa40d7c
commit
8bd98536d1
@ -3116,6 +3116,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": "#d9e3e8",
|
||||
}
|
||||
}
|
||||
>
|
||||
<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=":coffin:"
|
||||
tabIndex="-1"
|
||||
type="button"
|
||||
>
|
||||
<code>
|
||||
:coffin:
|
||||
</code>
|
||||
</button>
|
||||
<p>
|
||||
Remove dead code.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</main>
|
||||
`;
|
||||
|
||||
@ -29,6 +29,7 @@ export default {
|
||||
'goal-net': '#c7cb12',
|
||||
'green-heart': '#c5e763',
|
||||
hammer: '#ffc400',
|
||||
coffin: '#d9e3e8',
|
||||
'heavy-minus-sign': '#ef5350',
|
||||
'heavy-plus-sign': '#00e676',
|
||||
iphone: '#40c4ff',
|
||||
|
||||
@ -503,6 +503,14 @@
|
||||
"description": "Data exploration/inspection.",
|
||||
"name": "monocle-face",
|
||||
"semver": null
|
||||
},
|
||||
{
|
||||
"emoji": "⚰️",
|
||||
"entity": "⚰",
|
||||
"code": ":coffin:",
|
||||
"description": "Remove dead code.",
|
||||
"name": "coffin",
|
||||
"semver": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user