Skip to content

Commit

Permalink
시작시간에 시 반영 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Jul 31, 2024
1 parent 48ca174 commit cf92ffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function RecruitButton() {
const now = dayjs();

if (now.isBefore(start)) {
return '7/31 부터 지원 가능';
return '7/31 11:00 부터 지원 가능';
}

if (now.isAfter(deadline)) {
Expand Down

0 comments on commit cf92ffa

Please sign in to comment.