Skip to content

Commit

Permalink
fix : deadline 올바른 시간으로 변경 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Feb 11, 2024
1 parent 6c40388 commit 6ba822c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function RecruitButton() {
const [timeLeft, setTimeLeft] = useState<string>('');

useEffect(() => {
const deadline = dayjs('2024-02-11T15:59:00.000Z');
const deadline = dayjs('2024-02-11T14:59:00.000Z');
const start = dayjs('2024-01-28T15:00:00.000Z');

const calculateTimeLeft = () => {
Expand Down

0 comments on commit 6ba822c

Please sign in to comment.