Skip to content

Commit

Permalink
update raffle end time
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet committed Nov 3, 2024
1 parent 47d3a49 commit 2ec1e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/raffle/_components/raffle-timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const RaffleTimer: React.FC = () => {
});

useEffect(() => {
const endDate = new Date('2024-11-10T23:59:59');
const endDate = new Date('2024-11-11T23:59:59');

const updateTimer = () => {
const now = new Date();
Expand Down

0 comments on commit 2ec1e0a

Please sign in to comment.