Skip to content

Commit

Permalink
timer countdown changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-shervin authored Mar 20, 2024
1 parent 5436f17 commit 5c9c634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ export default function Home() {
>
<Countdown
year={2024}
month={3}
date={31}
hour={8}
month={7}
date={25}
hour={17}
minutes={0}
seconds={0}
/>
Expand Down

0 comments on commit 5c9c634

Please sign in to comment.