시리즈 소개

- 연재 요일 표시에서 마지막에 있는 요일 제거
This commit is contained in:
Yu Sung 2024-10-02 18:19:10 +09:00
parent 109f3b39d1
commit 6d7e3a40e7
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ struct SeriesDetailIntroductionView: View {
.foregroundColor(Color.white)
}
Text(seriesDetail.publishedDaysOfWeek == "랜덤" ? seriesDetail.publishedDaysOfWeek : "\(seriesDetail.publishedDaysOfWeek)요일")
Text(seriesDetail.publishedDaysOfWeek == "랜덤" ? seriesDetail.publishedDaysOfWeek : "\(seriesDetail.publishedDaysOfWeek)")
.font(.custom(Font.medium.rawValue, size: 14.7))
.foregroundColor(Color.white)