Skip to content

Commit

Permalink
✨ Add 🧵 emoji (#1106)
Browse files Browse the repository at this point in the history
* ✨Add 🧵 emoji

* ✨ Add 🧵 emoji

* ✨ Change 🧵  emoji colour

* ✅ Update snapshots

* 🚨 Fix lint error
  • Loading branch information
malted authored Aug 4, 2022
1 parent 86052c5 commit eeda5f1
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
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 @@ -3510,6 +3510,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": "#ffbe7b",
}
}
>
<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=":thread:"
tabIndex="-1"
type="button"
>
<code>
:thread:
</code>
</button>
<p>
Add or update code related to multithreading or concurrency.
</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 @@ -73,4 +73,5 @@ export default {
bricks: '#ff6723',
technologist: '#86B837',
'money-with-wings': '#b3c0b1',
thread: '#ffbe7b',
}
8 changes: 8 additions & 0 deletions src/data/gitmojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,14 @@
"description": "Add sponsorships or money related infrastructure.",
"name": "money-with-wings",
"semver": null
},
{
"emoji": "🧵",
"entity": "&#x1F9F5;",
"code": ":thread:",
"description": "Add or update code related to multithreading or concurrency.",
"name": "thread",
"semver": null
}
]
}

1 comment on commit eeda5f1

@vercel
Copy link

@vercel vercel bot commented on eeda5f1 Aug 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gitmoji – ./

gitmoji-git-master-carloscuesta.vercel.app
gitmoji-carloscuesta.vercel.app
gitmoji.dev

Please sign in to comment.