From 7760bf4fa4fe6b563d95f3a7aee08819ac8ae9f8 Mon Sep 17 00:00:00 2001 From: KaKi87 Date: Tue, 2 Nov 2021 12:03:40 +0100 Subject: [PATCH] :sparkles: Add unofficial :fast_forward: gitmoji (cf. https://github.com/carloscuesta/gitmoji/issues/169) --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 819e790..936ca3d 100644 --- a/index.html +++ b/index.html @@ -302,6 +302,11 @@ emoji: '🤓', code: ':nerd_face:', description: 'Improve developer experience' + }, + { + emoji: '⏩', + code: ':fast_forward:', + description: 'Redo changes' } ].map(item => ({ ...item, isUnofficial: true }))); gitmojis.forEach(({ emoji, code, description, name, isUnofficial }) => {