Skip to content

Commit

Permalink
chore: 지원하기 배너들 나타나는 시각 3/3 자정 픽스
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Mar 2, 2024
1 parent 60705d3 commit a665d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useCheckTime.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';

export default function useCheckTime() {
const START_DATE = new Date('2024-03-02 15:00:00');
const START_DATE = new Date('2024-03-03 00:00:00');
const [timeDiff, setTimeDiff] = useState<number>(START_DATE.getTime() - Date.now());

useEffect(()=>{
Expand Down

0 comments on commit a665d2e

Please sign in to comment.