Skip to content

Commit

Permalink
✏️ Fix view iscn url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 24, 2025
1 parent 626181b commit f9fd194
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 @@ -128,7 +128,7 @@
<UButton
class="font-mono"
:label="iscnId"
:to="`${appLikeCoURL}/iscn/${encodeURIComponent(iscnId)}`"
:to="`${appLikeCoURL}/view/${encodeURIComponent(iscnId)}`"
target="_blank"
variant="link"
:padded="false"
Expand Down

0 comments on commit f9fd194

Please sign in to comment.