Skip to content

Commit

Permalink
♻️ 응모화면 notice 내용 변경
Browse files Browse the repository at this point in the history
# 🎉 = 프로젝트 시작 (#)
# ✨ = create 파일 생성 시 (#)
# 💡 = update 코드 및 UI 업데이트, 기능 구현 시 (#)
# 🚀 = release 배포 시 (#)
# ♻️ = refactor 리팩토링 시 (기능은 같은데 코드가 달라지는경우) (#)
# 📝 = 문서 작성 시 (#)
# 🎨 = 디자인 시스템 관련 내용 (Color / Asset) (#)
# 🔨 = 테스트 코드 작성 (#)
################

# 커밋 타입 : 커밋 제목 (계정명/저장소명#이슈번호) 형식으로 작성하며 제목은 최대 50글자 정도로만 입력
# 제목을 아랫줄에 작성, 제목 끝에 마침표 금지, 무엇을 했는지 명확하게 작성
  • Loading branch information
kimkyunghun3 committed Aug 25, 2022
1 parent bc9c517 commit bf59acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/App/Sources/Apply/View/ApplyGifticonView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class ApplyGifticonView: BaseView {

private let noticeLabel: UILabel = {
let label = UILabel()
label.text = "결과 정보는 마감 후 바로 나옵니다."
label.text = "추첨 결과는 MY BOX에서 확인하세요!"
label.textColor = .designSystem(.neutralBlack)
label.font = .designSystem(.pretendard, family: .bold, size: ._16)
label.textAlignment = .center
Expand Down

0 comments on commit bf59acd

Please sign in to comment.