emojis are not runes

This commit is contained in:
jamesread 2021-11-02 16:30:54 +00:00
parent c4b6c39dc9
commit bc73ba340c
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ var emojis = map[string]string{
"poop": "💩",
"smile": "😀",
"ping": "📡",
"backup": '💾',
"reboot": '⏻',
"restart": '⏻',
"backup": "💾",
"reboot": "⏻",
"restart": "⏻",
}
func lookupHTMLIcon(keyToLookup string) string {