Skip to content

Commit

Permalink
fix: 신청자 미달일 때
Browse files Browse the repository at this point in the history
  • Loading branch information
localgaji committed Nov 16, 2023
1 parent 70c157f commit e0c2567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const NoApplicant = (): JSX.Element => {
<FlexContainer $wFull $hFull>
<FlexContainer $gap="36px">
<FlexContainer $gap="8px">
<Text>아직 신청자가 없어 </Text>
<Text>신청자가 부족해</Text>
<Text>해당 주차 스케줄을 마감할 수 없습니다.</Text>
</FlexContainer>
<Link to={convertPath('/newSchedule')}>
Expand Down

0 comments on commit e0c2567

Please sign in to comment.