Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
Fix email.
  • Loading branch information
wooorm committed Oct 13, 2020
1 parent 5d008d3 commit 277e5ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions emoji-to-name.json
Expand Up @@ -1199,8 +1199,8 @@
"💳": "credit_card",
"🧾": "receipt",
"💹": "chart",
"✉️": "email",
"📧": "e-mail",
"✉️": "envelope",
"📧": "email",
"📨": "incoming_envelope",
"📩": "envelope_with_arrow",
"📤": "outbox_tray",
Expand Down
5 changes: 3 additions & 2 deletions index.json
Expand Up @@ -11787,18 +11787,19 @@
{
"emoji": "✉️",
"names": [
"email",
"envelope"
],
"tags": [
"letter"
"letter",
"email"
],
"description": "envelope",
"category": "Objects"
},
{
"emoji": "📧",
"names": [
"email",
"e-mail"
],
"tags": [],
Expand Down
2 changes: 1 addition & 1 deletion name-to-emoji.json
Expand Up @@ -1238,8 +1238,8 @@
"credit_card": "💳",
"receipt": "🧾",
"chart": "💹",
"email": "✉️",
"envelope": "✉️",
"email": "📧",
"e-mail": "📧",
"incoming_envelope": "📨",
"envelope_with_arrow": "📩",
Expand Down

0 comments on commit 277e5ee

Please sign in to comment.