From 746e1e04b9a8a9df6bdd8028b4edf5b695cdbca4 Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 2 Nov 2023 01:39:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Fix=20content=20url=20n?= =?UTF-8?q?ot=20normalized=20in=20claim=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NFTViewOptionList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NFTViewOptionList.vue b/src/components/NFTViewOptionList.vue index 02525db5e..29a09a1d7 100644 --- a/src/components/NFTViewOptionList.vue +++ b/src/components/NFTViewOptionList.vue @@ -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)" >