라이브 메인 - 라이브 없을 때 문구
- 🙀마이페이지에서 본인인증을 하거나 라이브를 예약하고 참여해보세요.
This commit is contained in:
parent
511bb11550
commit
70c478baa9
|
@ -70,7 +70,7 @@ struct SectionLiveNowView: View {
|
|||
.resizable()
|
||||
.frame(width: 60, height: 60)
|
||||
|
||||
Text("🙀현재 참여 가능한 라이브 방송이 없거나\n연령제한으로 입장이 불가능합니다.\n본인인증을 해보거나 채널을 팔로잉하고\n라이브 방송 알림을 받아보세요.")
|
||||
Text("🙀마이페이지에서 본인인증을 하거나\n라이브를 예약하고 참여해보세요.")
|
||||
.font(.custom(Font.medium.rawValue, size: 10.7))
|
||||
.foregroundColor(Color(hex: "bbbbbb"))
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
|
|
Loading…
Reference in New Issue