Skip to content

Commit

Permalink
fix(user): 원서 상태별 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junghongseop committed Oct 15, 2024
1 parent 3de8b1a commit ae81712
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ const FormStatus = ({ status }: Props) => {
원서 상태
</Text>
<Text fontType="H1" color={color.gray900}>
확인중
승인됨
</Text>
</Column>
<IconCheckCircle width={110} height={110} />
</Row>
<Column height={228}> </Column>
<Text fontType="p2" color={color.gray600}>
원서가 확인 중입니다.
원서가 승인되었습니다.
<br />
담당 선생님의 원서 승인을 기다려주세요.
{userData.name}님의 1차 합격을 기원합니다!
</Text>
</StyledApplicationBox>
);
Expand Down Expand Up @@ -133,16 +133,16 @@ const FormStatus = ({ status }: Props) => {
원서 상태
</Text>
<Text fontType="H1" color={color.gray900}>
승인됨
확인중
</Text>
</Column>
<IconCheckCircle width={110} height={110} />
</Row>
<Column height={20}> </Column>
<Text fontType="p2" color={color.gray600}>
원서가 승인되었습니다.
원서가 확인 중입니다.
<br />
{userData.name}님의 1차 합격을 기원합니다!
담당 선생님의 원서 승인을 기다려주세요.
</Text>
</StyledApplicationBox>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ const FormStatus = ({ status }: Props) => {
원서 상태
</Text>
<Text fontType="H1" color={color.gray900}>
확인중
승인됨
</Text>
</Column>
<IconCheckCircle width={120} height={120} />
</Row>
<Column height={64}> </Column>
<Text fontType="p2" color={color.gray600}>
원서가 확인 중입니다.
원서가 승인되었습니다.
<br />
담당 선생님의 원서 승인을 기다려주세요.
{userData.name}님의 1차 합격을 기원합니다!
</Text>
</StyledApplicationBox>
);
Expand Down Expand Up @@ -133,16 +133,16 @@ const FormStatus = ({ status }: Props) => {
원서 상태
</Text>
<Text fontType="H1" color={color.gray900}>
승인됨
확인중
</Text>
</Column>
<IconCheckCircle width={120} height={120} />
</Row>
<Column height={64}> </Column>
<Text fontType="p2" color={color.gray600}>
원서가 승인되었습니다.
원서가 확인 중입니다.
<br />
{userData.name}님의 1차 합격을 기원합니다!
담당 선생님의 원서 승인을 기다려주세요.
</Text>
</StyledApplicationBox>
);
Expand Down

0 comments on commit ae81712

Please sign in to comment.