diff --git a/src/components/RandomEmoji.tsx b/src/components/RandomEmoji.tsx index 19074d26..d2957e8b 100644 --- a/src/components/RandomEmoji.tsx +++ b/src/components/RandomEmoji.tsx @@ -17,19 +17,51 @@ function getRandomEmoji() { } const funEmojis = [ - "😄", + "😊", "😃", + "😄", "😁", "😆", "😅", - "😂", "🤣", - "😊", - "😇", - "🥰", + "😂", + "😝", + "😜", + "😋", + "😎", "😍", + "😘", + "😗", + "😙", + "😚", + "🥰", + "😌", + "😴", + "😪", + "😵", + "😶", + "🤧", + "😈", + "👿", + "👹", + "👺", + "💀", + "👻", + "👽", + "👾", + "🤖", + "🎃", + "🎉", + "🎊", + "🎁", + "🎈", + "🎏", + "🎐", + "🎑", + "🎓", + "🎩", + "😇", "🤩", - "😎", "🥳", "🤗", "🤔", @@ -38,13 +70,11 @@ const funEmojis = [ "🌈", "🌸", "🌺", - "🎉", - "🎊", - "🎈", "🎶", - "🎁", "🍀", "🌞", "🐾", "🚀", + "⭐️", + "🎖️", ];