Skip to content

Commit

Permalink
🚑️ Fix content url not normalized in claim page
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 1, 2023
1 parent 3762076 commit 746e1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NFTViewOptionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
class="mt-[12px] w-full"
preset="outline"
:text="getContentUrlButtonText(contentUrl)"
:href="contentUrl"
:href="parseNFTMetadataURL(contentUrl)"
:is-disabled="!isContentViewable"
@click="e => handleClickViewContentURL(e, contentUrl)"
>
Expand Down

0 comments on commit 746e1e0

Please sign in to comment.