라이브가 없을 때 문구 변경

This commit is contained in:
Yu Sung 2023-12-22 02:16:22 +09:00
parent c1679acff9
commit a17dacc900
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ struct SectionLiveNowView: View {
.resizable()
.frame(width: 60, height: 60)
Text("🙀지금 참여가능한 라이브가 없습니다.\n채널을 팔로잉 하고 라이브 알림을 받아 보세요.")
Text("🙀현재 참여 가능한 라이브 방송이 없거나\n연령제한으로 입장이 불가능합니다.\n본인인증을 해보거나 채널을 팔로잉하고\n라이브 방송 알림을 받아보세요.")
.font(.custom(Font.medium.rawValue, size: 10.7))
.foregroundColor(Color(hex: "bbbbbb"))
.fixedSize(horizontal: false, vertical: true)