코인 -> 캔 변경

This commit is contained in:
Yu Sung
2023-08-15 01:27:30 +09:00
parent 0f8b740469
commit 0959fa55be
17 changed files with 35 additions and 36 deletions

View File

@@ -130,7 +130,7 @@ struct UserProfileLiveView: View {
onClickParticipant(liveRoom)
}
} else {
Text("\(liveRoom.price)코인으로 지금 참여하기")
Text("\(liveRoom.price)으로 지금 참여하기")
.font(.custom(Font.bold.rawValue, size: 13.3))
.foregroundColor(Color(hex: "ffffff"))
.frame(
@@ -155,7 +155,7 @@ struct UserProfileLiveView: View {
.background(Color(hex: "525252"))
.cornerRadius(5.3)
} else {
Text("\(liveRoom.price > 0 ? "\(liveRoom.price)코인으로 " : "")예약하기")
Text("\(liveRoom.price > 0 ? "\(liveRoom.price)으로 " : "")예약하기")
.font(.custom(Font.bold.rawValue, size: 13.3))
.foregroundColor(Color(hex: "000000"))
.frame(