Skip to content

Commit

Permalink
Merge pull request #96 from GSM-MSG/87-input-information-placeholder-…
Browse files Browse the repository at this point in the history
…text

 🔀 :: 프로필 정보 입력 페이지 분야 선택 Placeholder 변경
  • Loading branch information
baekteun authored May 22, 2023
2 parents 8809cfe + a46d6d6 commit a78526a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct InputProfileInfoView: View {
.titleWrapper("이메일")

SMSTextField(
"Frontend",
"전공 분야 선택",
text: Binding(get: { state.major }, set: intent.updateMajor(major:))
)
.disabled(true)
Expand All @@ -64,7 +64,7 @@ struct InputProfileInfoView: View {
.titleWrapper("포트폴리오 URL")

SMSTextField(
"예시) Swift, UIKit, SwiftUI",
"예시) C, Java, Python",
text: Binding(get: { state.techStack }, set: intent.updateTechStack(techStack:))
)
.titleWrapper("세부스택")
Expand Down

0 comments on commit a78526a

Please sign in to comment.