diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift index 96690b7f6..52a477c39 100644 --- a/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift +++ b/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift @@ -50,7 +50,7 @@ public struct FeedCard: View { if case let AsyncImageStatus.loaded(image) = imageStatus { image .resizable() - .aspectRatio(1, contentMode: .fill) + .aspectRatio(contentMode: .fill) .frame(width: 80, height: 80) .cornerRadius(6) } else if case AsyncImageStatus.loading = imageStatus {