From e1b265893ae5c33400964fa253c493656ec7c449 Mon Sep 17 00:00:00 2001 From: Christopher Wilkinson Date: Fri, 28 Oct 2022 11:36:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20=F0=9F=A6=BA=20emoji=20=20(#1?= =?UTF-8?q?167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../__snapshots__/pages.spec.js.snap | 41 +++++++++++++++++++ src/components/GitmojiList/emojiColorsMap.js | 1 + src/data/gitmojis.json | 8 ++++ 3 files changed, 50 insertions(+) diff --git a/src/__tests__/__snapshots__/pages.spec.js.snap b/src/__tests__/__snapshots__/pages.spec.js.snap index 07ff456e4f..e3d9c20bc2 100644 --- a/src/__tests__/__snapshots__/pages.spec.js.snap +++ b/src/__tests__/__snapshots__/pages.spec.js.snap @@ -3600,6 +3600,47 @@ exports[`Pages Index should render the page 1`] = ` +
+
+
+ +
+
+ +

+ Add or update code related to validation. +

+
+
+
`; diff --git a/src/components/GitmojiList/emojiColorsMap.js b/src/components/GitmojiList/emojiColorsMap.js index 8c1f5a0f23..b23d5269d6 100644 --- a/src/components/GitmojiList/emojiColorsMap.js +++ b/src/components/GitmojiList/emojiColorsMap.js @@ -53,6 +53,7 @@ export default { rewind: '#56d1d8', rocket: '#00a9f0', 'rotating-light': '#536dfe', + 'safety-vest': '#f2ad52', 'see-no-evil': '#8bdfe7', seedling: '#c5e763', sparkles: '#ffe55f', diff --git a/src/data/gitmojis.json b/src/data/gitmojis.json index 81a71f1c16..119a6035ed 100644 --- a/src/data/gitmojis.json +++ b/src/data/gitmojis.json @@ -575,6 +575,14 @@ "description": "Add or update code related to multithreading or concurrency.", "name": "thread", "semver": null + }, + { + "emoji": "🦺", + "entity": "🦺", + "code": ":safety_vest:", + "description": "Add or update code related to validation.", + "name": "safety-vest", + "semver": null } ] }