Skip to content

Commit

Permalink
sdp-tech#78 feat: add limit condition message
Browse files Browse the repository at this point in the history
  • Loading branch information
eujin-shin committed Jul 20, 2024
1 parent 525fb83 commit f2c5f82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Auth/Reformer/CareerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ export default function CareerModal({
<View
style={{ flexDirection: 'row', alignItems: 'center', gap: 4 }}>
<Body16B>증빙자료첨부</Body16B>
<Caption11M style={{ color: BLACK2 }}>선택사항</Caption11M>
<Caption11M style={{ color: BLACK2 }}>
선택사항 (pdf, 최대 20MB)
</Caption11M>
</View>
<FileBox
data={form.career[index].file}
Expand Down

0 comments on commit f2c5f82

Please sign in to comment.