Skip to content

Commit

Permalink
feat: 모집 버튼 변경 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekiter authored Aug 5, 2023
1 parent 41c2957 commit 4adbff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/common/RecruitButton.tsx
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('2023-08-05T13:00:00');
const deadline = dayjs('2023-08-07T14:59:00.000Z');
const start = dayjs('2023-07-29T00:00:00');

const calculateTimeLeft = () => {
Expand Down

0 comments on commit 4adbff8

Please sign in to comment.