Skip to content

Commit

Permalink
Merge pull request #64 from tiarasjec/time
Browse files Browse the repository at this point in the history
removed time
  • Loading branch information
joywin2003 authored May 9, 2024
2 parents 2d8bf3b + 9cca627 commit 46850a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/widgets/Countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const ShiftingCountdown = ({ targetDate }: ShiftingCountdownProps) => {

return (
<div className="p-4">
<div className="w-full max-w-5xl mx-auto flex items-center">
{/* <div className="w-full max-w-5xl mx-auto flex items-center">
<CountdownItem num={remaining.days} text="days" />
<CountdownItem num={remaining.hours} text="hours" />
<CountdownItem num={remaining.minutes} text="minutes" />
Expand All @@ -59,7 +59,7 @@ const ShiftingCountdown = ({ targetDate }: ShiftingCountdownProps) => {
text="seconds"
className="text-red-500"
/>
</div>
</div> */}
</div>
);
};
Expand Down

0 comments on commit 46850a9

Please sign in to comment.