fix: 새로운 콘텐츠 전체보기

- AppBar 제목 : 새로운 단편 -> 최신 콘텐츠로 변경
This commit is contained in:
Yu Sung
2025-07-14 11:47:05 +09:00
parent 07c73366e9
commit b6e5b629ae

View File

@@ -23,9 +23,9 @@ struct ContentNewAllView: View {
NavigationView {
BaseView(isLoading: $viewModel.isLoading) {
VStack(alignment: .leading, spacing: 13.3) {
DetailNavigationBar(title: isFree ? "새로운 무료 콘텐츠" : "새로운 단편")
DetailNavigationBar(title: isFree ? "최신 무료 콘텐츠" : "최신 콘텐츠")
Text("※ 최근 2주간 등록된 \(isFree ? "새로운 콘텐츠" : "새로운 단편") 입니다.")
Text("※ 최근 2주간 등록된 새로운 콘텐츠 입니다.")
.font(.custom(Font.medium.rawValue, size: 14.7))
.foregroundColor(.graybb)
.padding(.horizontal, 13.3)