Skip to content

Commit

Permalink
Merge pull request #48 from CSPCLAB/feat/responsive
Browse files Browse the repository at this point in the history
Feat/responsive
  • Loading branch information
Youngho-kr authored Feb 29, 2024
2 parents 314bbcb + 894a649 commit 15faa51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const InterviewTime = ({ contents, setContent, uploadContent }) => {
<img src={star} className="star" />
</div>
<div className="InterviewContent InterviewSecondContent">
20분 정도 소요되며, 가능한 시간 모두 선택해주세요. 시간 배정이
15분 정도 소요되며, 가능한 시간 모두 선택해주세요. 시간 배정이
어려울 경우 추후 연락드리겠습니다.
</div>
</div>
Expand Down Expand Up @@ -87,7 +87,7 @@ const InterviewTime = ({ contents, setContent, uploadContent }) => {
<img src={star} className="star" />
</div>
<div className="InterviewContent InterviewSecondContent">
20분 정도 소요되며, 가능한 시간 모두 선택해주세요. 시간 배정이
15분 정도 소요되며, 가능한 시간 모두 선택해주세요. 시간 배정이
어려울 경우 추후 연락드리겠습니다.
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/IntroducePage/components/ImgIntroduce.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const ImgIntroduce = () => {

<div className="First num2">
<img
src={"https://dev.cspc.me/media/intro_foodd.jpg"}
src={"https://dev.cspc.me/media/fooddd.jpg"}
className="picture"
/>
<div className="name1">회식</div>
Expand Down

0 comments on commit 15faa51

Please sign in to comment.