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