mirror of
https://github.com/emojisum/emojisum.git
synced 2025-08-05 23:00:28 +00:00
Fix 🌑 and 👫
These had an extra space in their spec, which broke everything.
This commit is contained in:
parent
cdca4cf09e
commit
54e92ea8d0
3 changed files with 6 additions and 6 deletions
|
@ -143,7 +143,7 @@
|
|||
[":musical_keyboard:", "U+1F3B9"],
|
||||
[":musical_score:", "U+1F3BC"],
|
||||
[":nail_care:", "U+1F485"],
|
||||
[":new_moon:", "U+1F311 "],
|
||||
[":new_moon:", "U+1F311"],
|
||||
[":no_entry:", "U+26D4"],
|
||||
[":nose:", "U+1F443"],
|
||||
[":control_knobs:", "U+1F39B"],
|
||||
|
@ -239,7 +239,7 @@
|
|||
[":trumpet:", "U+1F3BA"],
|
||||
[":turtle:", "U+1F422"],
|
||||
[":carousel_horse:", "U+1F3A0"],
|
||||
[":two_women_holding_hands:", ":two_men_holding_hands:", ":couple:", "U+1F46C ", "U+1F46D", "U+1F46B"],
|
||||
[":two_women_holding_hands:", ":two_men_holding_hands:", ":couple:", "U+1F46C", "U+1F46D", "U+1F46B"],
|
||||
[":uk:", "U+1F1ECU+1F1E7"],
|
||||
[":umbrella:", "U+2602", "U+2614"],
|
||||
[":unlock:", "U+1F513"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue