mirror of
https://github.com/reiyua/TombayRetirementTimerV2.git
synced 2026-01-20 08:27:47 +00:00
Modify Retirement date to Valentines Day
This commit is contained in:
parent
dfd081f5f6
commit
bfa9dd1efd
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const RetirementCountdown = () => {
|
|||
const [prevTimeLeft, setPrevTimeLeft] = useState({});
|
||||
|
||||
const calculateTimeLeft = () => {
|
||||
const retirementDate = new Date('2025-09-02'); // Replace with your retirement date
|
||||
const retirementDate = new Date('2025-02-14'); // Replace with your retirement date
|
||||
const now = new Date();
|
||||
const difference = retirementDate - now;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue