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}