diff --git a/SodaLive/Sources/Explorer/Profile/UserProfileDonationView.swift b/SodaLive/Sources/Explorer/Profile/UserProfileDonationView.swift index 26adb58..22b25b5 100644 --- a/SodaLive/Sources/Explorer/Profile/UserProfileDonationView.swift +++ b/SodaLive/Sources/Explorer/Profile/UserProfileDonationView.swift @@ -12,13 +12,7 @@ struct UserProfileDonationView: View { let userId: Int let donationRankingResponse: [UserDonationRankingResponse] - let rankingCrawns = ["ic_crown_1", "ic_crown_2", "ic_crown_3"] - let rankingColors = [ - [Color(hex: "ffdc00"), Color(hex: "ffb600")], - [Color(hex: "ffffff"), Color(hex: "9f9f9f")], - [Color(hex: "e6a77a"), Color(hex: "c67e4a")], - [Color(hex: "ffffff").opacity(0), Color(hex: "ffffff").opacity(0)] - ] + let crowns = ["img_rank_1", "img_rank_2", "img_rank_3"] var body: some View { VStack(alignment: .leading, spacing: 14) { @@ -43,7 +37,7 @@ struct UserProfileDonationView: View { ForEach(0..