From a10cf5ccbed749b3e65ef01afc2b8b7ce196c8f2 Mon Sep 17 00:00:00 2001 From: codey Date: Sat, 19 Jul 2025 22:43:23 -0400 Subject: [PATCH] =?UTF-8?q?If=20=E2=89=A5=2090%=20complete=20=E2=86=92=20?= =?UTF-8?q?=F0=9F=94=B4=20red?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If ≥ 75% complete or ≤ 20 seconds remaining → 🟡 yellow Otherwise → 🔵 blue --- src/components/AudioPlayer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AudioPlayer.jsx b/src/components/AudioPlayer.jsx index f0309f5..1fcff22 100644 --- a/src/components/AudioPlayer.jsx +++ b/src/components/AudioPlayer.jsx @@ -239,4 +239,4 @@ const progressColorClass = ); -} +} \ No newline at end of file