bang/frontend/src/utils/emoji-map.js
2023-02-26 16:14:56 +00:00

8 lines
184 B
JavaScript

export const emojiMap = {
'dodge_city': '🐄',
'gold_rush': '🤑',
'high_noon': '🔥',
'fistful_of_cards': '🎴',
'the_valley_of_shadows': '👻',
'wild_west_show': '🎪',
}