Skip to content

Commit

Permalink
fix: 모집 마감 시간 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
solar3070 committed Sep 4, 2023
1 parent 165547d commit a583982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useIsMobile } from '@src/hooks/useDevice';
import SoptSymbol from '@src/views/MainPage/assets/sopt-symbol.svg';
import dayjs from 'dayjs';

const TARGET_DATE = dayjs('2023-09-08T15:00:00.000Z').toDate();
const TARGET_DATE = dayjs('2023-09-09T18:00:00+09:00').toDate();

export function RecruitFloatingBanner() {
const isMobile = useIsMobile();
Expand Down

0 comments on commit a583982

Please sign in to comment.