From 4623605167733f690cbcfc64acf10819b4462876 Mon Sep 17 00:00:00 2001 From: Chelsea Lee Date: Mon, 16 Feb 2026 06:56:34 -0600 Subject: [PATCH] fix(timer): use RefreshIcon instead of RotateCcwIcon --- synculous-client/src/components/timer/PomodoroTimer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synculous-client/src/components/timer/PomodoroTimer.tsx b/synculous-client/src/components/timer/PomodoroTimer.tsx index 2e9bdf7..62afd46 100644 --- a/synculous-client/src/components/timer/PomodoroTimer.tsx +++ b/synculous-client/src/components/timer/PomodoroTimer.tsx @@ -1,7 +1,7 @@ 'use client'; import { useState, useEffect, useCallback, useRef } from 'react'; -import { TimerIcon, PlayIcon, PauseIcon, RotateCcwIcon, XIcon } from '@/components/ui/Icons'; +import { TimerIcon, PlayIcon, PauseIcon, RefreshIcon, XIcon } from '@/components/ui/Icons'; import { playTimerEnd } from '@/lib/sounds'; interface PomodoroTimerProps { @@ -191,7 +191,7 @@ export default function PomodoroTimer({ isExpanded, onToggle }: PomodoroTimerPro className="p-2 text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200" aria-label="Reset timer" > - +