diff --git a/Threaded/Components/ProfileView.swift b/Threaded/Components/ProfileView.swift index 7e0c78e..9dba3e8 100644 --- a/Threaded/Components/ProfileView.swift +++ b/Threaded/Components/ProfileView.swift @@ -345,8 +345,7 @@ struct ProfileView: View { } var profilePicture: some View { - OnlineImage(url: account.avatar, size: biggerPicture ? 300 : 50, useNuke: true) - .clipShape(.circle) + ProfilePicture(url: account.avatar, size: biggerPicture ? 300 : 50) .matchedGeometryEffect(id: animPicture, in: accountAnims) .onTapGesture { withAnimation(animPicCurve) {