Skip to content

Commit

Permalink
updated square image
Browse files Browse the repository at this point in the history
  • Loading branch information
judezhu committed Sep 18, 2024
1 parent 9818cba commit f7f94d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pds/contracts/PackNFT_TopShot.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ access(all) contract PackNFT: NonFungibleToken, IPackNFT {
)
let squareImage = MetadataViews.Media(
file: MetadataViews.HTTPFile(
url: "https://nbatopshot.com/static/img/og/og.png"
url: "https://nbatopshot.com/static/favicon/favicon.svg"
),
mediaType: "image/png"
)
Expand Down Expand Up @@ -448,7 +448,7 @@ access(all) contract PackNFT: NonFungibleToken, IPackNFT {
)
let squareImage = MetadataViews.Media(
file: MetadataViews.HTTPFile(
url: "https://nbatopshot.com/static/img/og/og.png"
url: "https://nbatopshot.com/static/favicon/favicon.svg"
),
mediaType: "image/png"
)
Expand Down

0 comments on commit f7f94d1

Please sign in to comment.