Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
VPhung24 committed May 3, 2023
1 parent 09ff84b commit 5052dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SnowballKit/Views/NFTListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public struct NFTListView: View {
List(viewModel.nfts) { nft in
if nft.title != "" {
HStack {
SnowballImage(url: URL(string: nft.media.first?.thumbnail ?? "https://www.google.com/url?sa=i&url=https%3A%2F%2Fstock.adobe.com%2Fsearch%3Fk%3Dcat&psig=AOvVaw2Njrhkm-eHhxkL2ygGDl3M&ust=1683068826258000&source=images&cd=vfe&ved=0CBAQjRxqFwoTCMDw6I2e1f4CFQAAAAAdAAAAABAE")!) {
SnowballImage(url: URL(string: nft.media.first?.thumbnail ?? "https://en.wikipedia.org/wiki/File:Lynx_kitten.jpg")!) {
ProgressView()
} image: { image in
Image(uiImage: image)
Expand Down

0 comments on commit 5052dd1

Please sign in to comment.