Changes
This commit is contained in:
parent
72ba25948c
commit
1e4f8426eb
1 changed files with 0 additions and 15 deletions
|
|
@ -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>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue