From f629e134d4e28a70dbdeb1d8e7a3326fb2ef9e9e Mon Sep 17 00:00:00 2001 From: Henry Li Date: Sun, 25 Jan 2026 22:10:50 +0800 Subject: [PATCH] feat: adjust button --- .../landing/progressive-skills-animation.tsx | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/landing/progressive-skills-animation.tsx b/frontend/src/components/landing/progressive-skills-animation.tsx index 804c9fa..c7e4405 100644 --- a/frontend/src/components/landing/progressive-skills-animation.tsx +++ b/frontend/src/components/landing/progressive-skills-animation.tsx @@ -367,19 +367,23 @@ export default function ProgressiveSkillsAnimation() { {/* Bottom Left Play/Pause Button */} - - {isPlaying ? ( - - ) : ( - - )} - +
+ + {isPlaying ? ( + + ) : ( + + )} + + + Click to {isPlaying ? "pause" : "play"} + +