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:',