diff --git a/src/__tests__/__snapshots__/pages.spec.js.snap b/src/__tests__/__snapshots__/pages.spec.js.snap index 40f7cad103..755dfdbfcb 100644 --- a/src/__tests__/__snapshots__/pages.spec.js.snap +++ b/src/__tests__/__snapshots__/pages.spec.js.snap @@ -3510,6 +3510,47 @@ exports[`Pages Index should render the page 1`] = ` +
+
+
+ +
+
+ +

+ Add or update code related to multithreading or concurrency. +

+
+
+
`; diff --git a/src/components/GitmojiList/emojiColorsMap.js b/src/components/GitmojiList/emojiColorsMap.js index 17254e0e62..8c1f5a0f23 100644 --- a/src/components/GitmojiList/emojiColorsMap.js +++ b/src/components/GitmojiList/emojiColorsMap.js @@ -73,4 +73,5 @@ export default { bricks: '#ff6723', technologist: '#86B837', 'money-with-wings': '#b3c0b1', + thread: '#ffbe7b', } diff --git a/src/data/gitmojis.json b/src/data/gitmojis.json index 4d8f0a219f..0a945af5c3 100644 --- a/src/data/gitmojis.json +++ b/src/data/gitmojis.json @@ -567,6 +567,14 @@ "description": "Add sponsorships or money related infrastructure.", "name": "money-with-wings", "semver": null + }, + { + "emoji": "🧵", + "entity": "🧵", + "code": ":thread:", + "description": "Add or update code related to multithreading or concurrency.", + "name": "thread", + "semver": null } ] }