Skip to content

Commit

Permalink
Merge pull request #449 from decert-me/hotfix-metadata
Browse files Browse the repository at this point in the history
hotifx: collection-page nft-metadata
  • Loading branch information
0xdwong authored Jul 25, 2024
2 parents a462dcd + a3fd045 commit 0d9b582
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 0d9b582

Please sign in to comment.