This commit is contained in:
gpt-engineer-app[bot] 2026-01-21 15:52:57 +00:00
parent 72ba25948c
commit 1e4f8426eb

View file

@ -334,21 +334,6 @@ const LadybugClockPuzzle: React.FC<LadybugClockPuzzleProps> = ({ showSocialShare
> >
{positionToNumber(i)} {positionToNumber(i)}
</text> </text>
{/* Current position indicator */}
{isCurrent && (
<circle
cx={pos.x}
cy={pos.y}
r="26"
fill="none"
stroke="#22c55e"
strokeWidth="3"
strokeDasharray="6 3"
className="animate-spin"
style={{ animationDuration: '3s' }}
/>
)}
</g> </g>
); );
})} })}