Skip to content

Commit

Permalink
πŸ“ˆ Pass ll_medium in nft card
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 15, 2024
1 parent bfe546c commit 85c547d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/NFTBook/ItemCardV2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
:to="
localeLocation({
name: 'store',
query: { q: iscnWorkAuthor },
query: {
q: iscnWorkAuthor,
ll_medium: linkMedium,
},
})
"
>
Expand All @@ -45,6 +48,7 @@
localeLocation({
name: 'id',
params: { id: productOwner },
query: { ll_medium: linkMedium },
})
"
>
Expand Down

0 comments on commit 85c547d

Please sign in to comment.