diff --git a/src/core/Util.ts b/src/core/Util.ts index ff71c1a3d..ce5e553b8 100644 --- a/src/core/Util.ts +++ b/src/core/Util.ts @@ -317,6 +317,7 @@ export const emojiTable = [ ["↙️", "⬇️", "↘️", "❤️", "💔"], ["💰", "⚓", "⛵", "🏡", "🛡️"], ["🏭", "🚂", "❓", "🐔", "🐀"], + ["🎁", "🌟", "🎅", "🎄", "⛄"], ] as const; // 2d to 1d array export const flattenedEmojiTable = emojiTable.flat();