Skip to content

Commit

Permalink
Merge pull request #446 from SejongPeer/feature/55
Browse files Browse the repository at this point in the history
fix: 혼밥 멘트 수정
  • Loading branch information
Youjiiin authored Sep 4, 2024
2 parents 8ed33d1 + 61bc9c4 commit 394d758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/honbob/waiting/HonbobWaiting.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const HonbobWaiting = () => {
<p className={style.Text2}>
<span className={style.Text2_span1}>*</span>
<span className={style.Text2_span2}>
15분동안 매칭이 되며,
60분동안 매칭이 되며,
<br />
매칭 실패 시 다시 신청할 수 있습니다.
</span>
Expand All @@ -112,7 +112,7 @@ const HonbobWaiting = () => {

<div className={style.BtnBox}>
<p className={style.Text3}>
매칭 시 밥짝꿍의 카카오톡ID와 선호액티비티가 전달됩니다.
매칭 시 밥짝꿍의 카카오톡ID와 선호메뉴가 전달됩니다.
</p>
<button className={style.moveToHomeBtn} onClick={moveToMain}>
홈페이지로 이동
Expand Down

0 comments on commit 394d758

Please sign in to comment.