탐색 - 인기 크리에이터 설명 글 UI 수정

This commit is contained in:
Yu Sung 2023-10-15 06:53:47 +09:00
parent 1a01244d85
commit c78b804678
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ struct ExplorerSectionView: View {
.font(.custom(Font.bold.rawValue, size: 14.7))
.foregroundColor(Color(hex: "eeeeee"))
Text("※ 인기 콘텐츠의 순위는 매주 업데이트됩니다.")
Text("※ 인기 크리에이터의 순위는 매주 업데이트됩니다.")
.font(.custom(Font.light.rawValue, size: 13.3))
.foregroundColor(Color(hex: "bbbbbb"))
}
@ -68,7 +68,7 @@ struct ExplorerSectionView: View {
ForEach(0..<section.creators.count, id: \.self) { index in
let creator = section.creators[index]
VStack(spacing: 0) {
if let desc = section.desc {
if let _ = section.desc {
ZStack {
KFImage(URL(string: creator.profileImageUrl))
.cancelOnDisappear(true)