From 1db87c9840170422c28d00edaa8ba2d0a1b60dd4 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:55:41 +0000 Subject: [PATCH] Changes --- src/components/LadybugClockPuzzle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */}