-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(my-recruit): 내 공고 페이지 카드 UI구현 #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제 눈엔 완벽해 보임니다..
whileTap="touch" | ||
whileHover="hover" | ||
className="px-8 py-4 flex items-center gap-[4px] rounded-[4px]"> | ||
<Icon name={isDateSelected ? 'calendarFill' : 'calendar'} size={20} color="#AEB0B6" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전에 다른 리뷰에서도 본 것 같긴한데, 이 색만 hex 코드로 쓰신 이유가 따로 있으신거죠..?!!?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
155f4a3 여기서 반영했습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
헉 이거 좋아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 !
src/utils/date.ts
Outdated
const dayDifference = differenceInDays(target, today); | ||
return dayDifference; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const dayDifference = differenceInDays(target, today); | |
return dayDifference; | |
return differenceInDays(target, today); |
이렇게는 어떠신가요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bc93ab2 여기서 반영했습니다!
리뷰 감사합니닷 이따 저녁에 수정해서 어프룹하겠습니다! |
3. 관련 스크린샷을 첨부해주세요.
2024-08-13.1.11.19.mov
4. 완료 사항
5. 추가 사항 / 코드 리뷰 받고 싶은 부분