Skip to content

Commit

Permalink
hotifx: collection-page nft-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaciqihz authored Jul 25, 2024
1 parent a462dcd commit a3fd045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Collection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Collection(params) {
values: {
title,
desc: description,
image: cover,
image: "ipfs://"+cover,
difficulty
},
challenges: challenges,
Expand Down Expand Up @@ -343,4 +343,4 @@ export default function Collection(params) {
</div>
</div>
)
}
}

0 comments on commit a3fd045

Please sign in to comment.