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:
Spiroux Emeric 2021-02-24 11:41:14 +01:00 committed by GitHub
parent a69aa40d7c
commit 8bd98536d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 0 deletions

View File

@ -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>
`;

View File

@ -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',

View File

@ -503,6 +503,14 @@
"description": "Data exploration/inspection.",
"name": "monocle-face",
"semver": null
},
{
"emoji": "⚰️",
"entity": "&#x26B0;",
"code": ":coffin:",
"description": "Remove dead code.",
"name": "coffin",
"semver": null
}
]
}