mirror of
https://github.com/emojisum/emojisum.git
synced 2025-08-03 05:40:27 +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
|
@ -290,7 +290,7 @@ func init() {
|
|||
},
|
||||
Words{ ":nail_care:","U+1F485",
|
||||
},
|
||||
Words{ ":new_moon:","U+1F311 ",
|
||||
Words{ ":new_moon:","U+1F311",
|
||||
},
|
||||
Words{ ":no_entry:","U+26D4",
|
||||
},
|
||||
|
@ -482,7 +482,7 @@ func init() {
|
|||
},
|
||||
Words{ ":carousel_horse:","U+1F3A0",
|
||||
},
|
||||
Words{ ":two_women_holding_hands:",":two_men_holding_hands:",":couple:","U+1F46C ","U+1F46D","U+1F46B",
|
||||
Words{ ":two_women_holding_hands:",":two_men_holding_hands:",":couple:","U+1F46C","U+1F46D","U+1F46B",
|
||||
},
|
||||
Words{ ":uk:","U+1F1ECU+1F1E7",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue