Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add brick 🧱 to Gitmoji #916

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -3304,6 +3304,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": "#ff6723",
}
}
>
<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=":brick:"
tabIndex="-1"
type="button"
>
<code>
:brick:
</code>
</button>
<p>
Infrastructure related changes.
</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 @@ -69,4 +69,5 @@ export default {
zap: '#40c4ff',
'monocle-face': '#ffe55f',
necktie: '#83beec',
brick: '#ff6723',
}
8 changes: 8 additions & 0 deletions src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,14 @@
"description": "Add or update healthcheck.",
"name": "stethoscope",
"semver": null
},
{
"emoji": "🧱",
"entity": "&#x1f9f1;",
"code": ":brick:",
"description": "Infrastructure related changes.",
"name": "brick",
"semver": null
}
]
}