Skip to content

Commit

Permalink
♻️ : #38 - 평가 -> 피드백으로 용어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
suehdn committed Nov 11, 2023
1 parent 5f867d2 commit e833be7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ export default function ModalEvaluate({
size="lg"
border={false}
onClick={onClickFinish}>
평가 완료
피드백 완료
</Button>
<div className={classNames('modal-evaluate-wrapper__worning')}>
<Icon name="WARNING" color="primary" size="3xl" />
<span className={classNames('font-size-2xl', 'color-origin-primary')}>
평가가 완료되면 다시 평가할 수 없습니다.
피드백이 완료되면 다시 평가할 수 없습니다.
</span>
</div>
</div>
Expand Down

0 comments on commit e833be7

Please sign in to comment.