시리즈 포스터
- 크리에이터명 삭제
This commit is contained in:
		| @@ -63,18 +63,6 @@ struct SeriesListBigItemView: View { | ||||
|                 .foregroundColor(Color.grayee) | ||||
|                 .lineLimit(2) | ||||
|              | ||||
|             HStack(spacing: 3) { | ||||
|                 KFImage(URL(string: item.creator.profileImage)) | ||||
|                     .resizable() | ||||
|                     .scaledToFill() | ||||
|                     .frame(width: 16, height: 16, alignment: .center) | ||||
|                     .clipShape(Circle()) | ||||
|                  | ||||
|                 Text(item.creator.nickname) | ||||
|                     .font(.custom(Font.medium.rawValue, size: 10)) | ||||
|                     .foregroundColor(Color.gray77) | ||||
|             } | ||||
|              | ||||
|             Text(item.publishedDaysOfWeek) | ||||
|                 .font(.custom(Font.medium.rawValue, size: 11)) | ||||
|                 .foregroundColor(Color.gray77) | ||||
|   | ||||
| @@ -63,18 +63,6 @@ struct SeriesListItemView: View { | ||||
|                 .foregroundColor(Color.grayee) | ||||
|                 .lineLimit(2) | ||||
|              | ||||
|             HStack(spacing: 3) { | ||||
|                 KFImage(URL(string: item.creator.profileImage)) | ||||
|                     .resizable() | ||||
|                     .scaledToFill() | ||||
|                     .frame(width: 16, height: 16, alignment: .center) | ||||
|                     .clipShape(Circle()) | ||||
|                  | ||||
|                 Text(item.creator.nickname) | ||||
|                     .font(.custom(Font.medium.rawValue, size: 10)) | ||||
|                     .foregroundColor(Color.gray77) | ||||
|             } | ||||
|              | ||||
|             Text(item.publishedDaysOfWeek) | ||||
|                 .font(.custom(Font.medium.rawValue, size: 11)) | ||||
|                 .foregroundColor(Color.gray77) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung