Fork of atp.tools as a universal profile for people on the ATmosphere

lint

Changed files
-1
src
routes
rnfgrertt
-1
src/routes/rnfgrertt/borgle.lazy.tsx
··· 151 // Update countdown timer 152 useEffect(() => { 153 const updateCountdown = () => { 154 - const now = new Date(); 155 const nextMidnightUTC = new Date(); 156 nextMidnightUTC.setUTCDate(nextMidnightUTC.getUTCDate() + 1); 157 nextMidnightUTC.setUTCHours(0, 0, 0, 0); // Set to UTC midnight
··· 151 // Update countdown timer 152 useEffect(() => { 153 const updateCountdown = () => { 154 const nextMidnightUTC = new Date(); 155 nextMidnightUTC.setUTCDate(nextMidnightUTC.getUTCDate() + 1); 156 nextMidnightUTC.setUTCHours(0, 0, 0, 0); // Set to UTC midnight