From 10bed7bcc2ff1460b0fcea046b094fff646e01de Mon Sep 17 00:00:00 2001 From: Felipe Lopes <7880548+felops@users.noreply.github.com> Date: Wed, 19 Sep 2018 18:13:20 -0300 Subject: [PATCH] =?UTF-8?q?:sparkles:=20Add=20=F0=9F=94=8D=20=20(#238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ add 🔍 for Improving SEO * Update gitmojis.json * 💄 add mag color on style file --- src/data/gitmojis.json | 9 ++++++++- src/styles/_includes/_vars.scss | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/data/gitmojis.json b/src/data/gitmojis.json index 74f0b12..42a813e 100644 --- a/src/data/gitmojis.json +++ b/src/data/gitmojis.json @@ -411,6 +411,13 @@ "code": ":alembic:", "description": "Experimenting new things", "name": "alembic" - } + }, + { + "emoji": "🔍", + "entity": "🔍" , + "code": ":mag:", + "description": "Improving SEO", + "name": "mag" + } ] } diff --git a/src/styles/_includes/_vars.scss b/src/styles/_includes/_vars.scss index 2bcb5ba..9858583 100644 --- a/src/styles/_includes/_vars.scss +++ b/src/styles/_includes/_vars.scss @@ -66,6 +66,7 @@ $egg: #77e856; $seeNoEvil: #8bdfe7; $cameraFlash: #00a9f0; $alembic: #7f39fb; +$mag: #ffe55f; $gitmojis: ( art: $art, @@ -126,5 +127,6 @@ $gitmojis: ( egg: $egg, see-no-evil: $seeNoEvil, camera-flash: $cameraFlash, - alembic: $alembic + alembic: $alembic, + mag: $mag )