Skip to content

Commit

Permalink
✏️ Fix meta collection key typo
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored Feb 20, 2025
1 parent 3c9496d commit 586d8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/mint-nft/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ async function onClickMintByInputting () {
external_url: externalUrl.value,
nft_meta_collection_id: 'nft_book',
nft_meta_collection_name: 'NFT Book',
nft_meta_collection_descrption: 'NFT Book by Liker Land'
nft_meta_collection_description: 'NFT Book by Liker Land'
}
}
const nftsDefaultData = {
Expand Down

0 comments on commit 586d8c6

Please sign in to comment.