bang/frontend/src/utils/emoji-map.js
2023-02-18 17:35:16 +00:00

7 lines
157 B
JavaScript

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