From 952e0faaa6b86d8f419f99023788b1657ad62986 Mon Sep 17 00:00:00 2001 From: KaKi87 Date: Sun, 9 Jan 2022 08:50:02 +0100 Subject: [PATCH] :fire: As per https://github.com/carloscuesta/gitmoji/issues/214 --- README.md | 1 - index.html | 5 ----- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index 5c74560..17f3f18 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ The original project's maintainers sometimes reject gitmoji submissions, despite This project's website uses the same gitmoji list as the original, but also adds the following rejected gitmojis, with an *unofficial* badge. -- `:nerd_face:` `Improve developer experience` ([issue #214](https://github.com/carloscuesta/gitmoji/issues/214), unsolved) - `:fast_forward:` `Redo changes` ([issue #169](https://github.com/carloscuesta/gitmoji/issues/169), rejected) Unofficial gitmoji submissions are welcome, provided that an existing submission has been rejected or left unsolved on diff --git a/index.html b/index.html index a8a7205..8dc4ca4 100644 --- a/index.html +++ b/index.html @@ -303,11 +303,6 @@ .split('\n').filter(line => line.includes(':')).map(item => item.replace(/[\s',;]/g, '').split(':')), { gitmojis } = await (await fetch('https://raw.githubusercontent.com/carloscuesta/gitmoji/master/src/data/gitmojis.json')).json(); gitmojis.push(...[ - { - emoji: '🤓', - code: ':nerd_face:', - description: 'Improve developer experience.' - }, { emoji: '⏩', code: ':fast_forward:',