diff --git a/src/components/LadybugClockPuzzle.tsx b/src/components/LadybugClockPuzzle.tsx index 961a9d5..d279510 100644 --- a/src/components/LadybugClockPuzzle.tsx +++ b/src/components/LadybugClockPuzzle.tsx @@ -305,7 +305,7 @@ const LadybugClockPuzzle: React.FC = ({ showSocialShare cy={pos.y} r="20" fill={isLast ? '#ef4444' : isPainted ? '#f59e0b' : '#374151'} - className={`transition-all duration-300 ${isPainted && !simulation.isComplete ? 'animate-pulse' : ''}`} + className="transition-all duration-300" /> {/* Glow effect for newly painted or last */}