diff --git a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift index ac8ec40..81805c5 100644 --- a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift +++ b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift @@ -36,10 +36,11 @@ struct HomeCreatorRankingItemView: View { } .frame(width: 108, height: 105) + Spacer() + Text(item.nickname) .font(.custom(Font.preRegular.rawValue, size: 16)) .foregroundColor(.white) - .padding(.top, 20) Spacer()