Remove the fixed star emoji that was always visible without any interaction or animation.
[skip gpt_engineer]
Этот коммит содержится в:
gpt-engineer-app[bot] 2024-12-15 13:31:23 +00:00
родитель 478350195b
Коммит 1b591c917b

Просмотреть файл

@ -46,16 +46,6 @@ export const MemeAnimation = ({ className = '' }: { className?: string }) => {
))} ))}
</div> </div>
{/* Central source icon */}
<motion.div
className="absolute bottom-0 left-1/2 -translate-x-1/2 text-3xl"
initial={{ scale: 0 }}
animate={{ scale: [0, 1.2, 1] }}
transition={{ duration: 0.5 }}
>
🌟
</motion.div>
{/* Container for emojis with explicit positioning context */} {/* Container for emojis with explicit positioning context */}
<div className="absolute inset-0"> <div className="absolute inset-0">
<AnimatePresence> <AnimatePresence>