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"
>
-
+