From b05d3546d51e4f6c466cc727b2e3f8dbe15d6922 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 13:33:06 +0000 Subject: [PATCH] Update emoji array for social media Modified the array of available emojis to better reflect popular social media trends and enhance user engagement. [skip gpt_engineer] --- src/components/game/animations/MemeAnimation.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/game/animations/MemeAnimation.tsx b/src/components/game/animations/MemeAnimation.tsx index 31611df..79f4858 100644 --- a/src/components/game/animations/MemeAnimation.tsx +++ b/src/components/game/animations/MemeAnimation.tsx @@ -9,7 +9,13 @@ interface Emoji { export const MemeAnimation = ({ className = '' }: { className?: string }) => { const [emojis, setEmojis] = useState([]); - const symbols = ['💡', '🎯', '📱', '🔄', '🌐', '💫', '❤️', '⭐', '🔁']; + + // Updated emoji array with more social media-like emojis + const symbols = [ + '👍', '❤️', '🔥', '💯', '😂', '🤔', + '🚀', '💡', '🤯', '👀', '💬', '🤳', + '📱', '🌐', '🔄', '📢', '💥', '✨' + ]; useEffect(() => { const interval = setInterval(() => {