Skip to content

Commit

Permalink
fix(friends): use higher-res images
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 26, 2021
1 parent 3fcac46 commit d551596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firstfm/Views/Profile/FriendRow.swift
Expand Up @@ -11,7 +11,7 @@ struct FriendRow: View {
.scaleEffect(2)
.frame(width: 50, height: 50)
} else {
KFImage.url(URL(string: friend.image[0].url )!)
KFImage.url(URL(string: friend.image[3].url )!)
.resizable()
.loadImmediately()
.onSuccess { res in
Expand Down

0 comments on commit d551596

Please sign in to comment.