зеркало из
https://github.com/kodackx/disinformation-quest.git
synced 2025-10-29 04:44:15 +02:00
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]
Этот коммит содержится в:
родитель
1b591c917b
Коммит
b05d3546d5
@ -9,7 +9,13 @@ interface Emoji {
|
||||
|
||||
export const MemeAnimation = ({ className = '' }: { className?: string }) => {
|
||||
const [emojis, setEmojis] = useState<Emoji[]>([]);
|
||||
const symbols = ['💡', '🎯', '📱', '🔄', '🌐', '💫', '❤️', '⭐', '🔁'];
|
||||
|
||||
// Updated emoji array with more social media-like emojis
|
||||
const symbols = [
|
||||
'👍', '❤️', '🔥', '💯', '😂', '🤔',
|
||||
'🚀', '💡', '🤯', '👀', '💬', '🤳',
|
||||
'📱', '🌐', '🔄', '📢', '💥', '✨'
|
||||
];
|
||||
|
||||
useEffect(() => {
|
||||
const interval = setInterval(() => {
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user