콘텐츠 대여 기간 안내 변경

- 15일 -> 5일
This commit is contained in:
Yu Sung
2025-02-22 11:09:50 +09:00
parent bfd34329d7
commit 665e0fc576
3 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ struct SeriesDetailIntroductionView: View {
}
VStack(alignment: .leading, spacing: 13.3) {
Text("\(calculatePriceInfo(seriesDetail.rentalMinPrice, seriesDetail.rentalMaxPrice)) (15일)")
Text("\(calculatePriceInfo(seriesDetail.rentalMinPrice, seriesDetail.rentalMaxPrice)) (5일)")
.font(.custom(Font.medium.rawValue, size: 14.7))
.foregroundColor(Color.button)