Skip to content

Commit

Permalink
Add hardcoded election date
Browse files Browse the repository at this point in the history
  • Loading branch information
jopijuco committed Jan 25, 2024
1 parent 2be240c commit f865478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const HomeCountdown = () =>
<Row>
<Col span={24} lg={24}>
<VotingImage />
<Countdown date="2022-01-30T09:00:00" renderer={CountdownRenderer} />
<Countdown date="2024-03-10T00:00:00" renderer={CountdownRenderer} />
<Link
href={PORTAL_ELEITOR_URL}
target="_blank"
Expand Down

0 comments on commit f865478

Please sign in to comment.