mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
✨ Add 🏷️ (#278)
This commit is contained in:
parent
bcef3d9fc1
commit
6aa5042134
@ -285,7 +285,7 @@
|
||||
"code":":boom:",
|
||||
"description":"Introducing breaking changes.",
|
||||
"name":"boom"
|
||||
},
|
||||
},
|
||||
{
|
||||
"emoji":"🍱",
|
||||
"entity":"F371",
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user