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 } ] }