From f235185eb9b3a568026847b75f5d7e98cce83297 Mon Sep 17 00:00:00 2001 From: Batyr Date: Thu, 5 Jun 2025 17:05:49 +0500 Subject: [PATCH] timer added --- src/components/shared/home/home-timer.tsx | 46 +++++++++++------------ src/components/shared/timer-item.tsx | 10 ++--- 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/src/components/shared/home/home-timer.tsx b/src/components/shared/home/home-timer.tsx index 4176c77..f8fafbf 100644 --- a/src/components/shared/home/home-timer.tsx +++ b/src/components/shared/home/home-timer.tsx @@ -86,29 +86,27 @@ export const HomeTimer: FC = ({ className }) => { seconds: string; }; return ( -
-
- - - - -
-
+
+ + + + +
); }; diff --git a/src/components/shared/timer-item.tsx b/src/components/shared/timer-item.tsx index 7a39402..ae3479c 100644 --- a/src/components/shared/timer-item.tsx +++ b/src/components/shared/timer-item.tsx @@ -7,24 +7,24 @@ export const TimerItem = ({ label: string; prevValue: string; }) => ( -
-
+
+
{prevValue} {value}
-
+
{label}