Add 🔍 (#238)

*  add 🔍 for Improving SEO

* Update gitmojis.json

* 💄 add mag color on style file
This commit is contained in:
Felipe Lopes 2018-09-19 18:13:20 -03:00 committed by Carlos Cuesta
parent 17daee4fe9
commit 10bed7bcc2
2 changed files with 11 additions and 2 deletions

View File

@ -411,6 +411,13 @@
"code": ":alembic:",
"description": "Experimenting new things",
"name": "alembic"
}
},
{
"emoji": "🔍",
"entity": "🔍" ,
"code": ":mag:",
"description": "Improving SEO",
"name": "mag"
}
]
}

View File

@ -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
)