Add 🏷️ (#278)

This commit is contained in:
Melanie Burger 2018-11-12 12:56:40 -05:00 committed by Carlos Cuesta
parent bcef3d9fc1
commit 6aa5042134
2 changed files with 11 additions and 2 deletions

View File

@ -285,7 +285,7 @@
"code":":boom:",
"description":"Introducing breaking changes.",
"name":"boom"
},
},
{
"emoji":"🍱",
"entity":"&#1F371",
@ -425,6 +425,13 @@
"code":":wheel_of_dharma:",
"description":"Work about Kubernetes",
"name":"wheel-of-dharma"
},
{
"emoji": "🏷️",
"entity": "🏷",
"code": ":label:",
"description": "Adding or updating types (Flow, TypesScript)",
"name": "label"
}
]
}

View File

@ -68,6 +68,7 @@ $cameraFlash: #00a9f0;
$alembic: #7f39fb;
$mag: #ffe55f;
$wheelOfDarma: #40C4FF;
$label: #cb63e6;
$gitmojis: (
art: $art,
@ -130,5 +131,6 @@ $gitmojis: (
camera-flash: $cameraFlash,
alembic: $alembic,
mag: $mag,
wheel-of-dharma: $wheelOfDarma
wheel-of-dharma: $wheelOfDarma,
label: $label
)