Skip to content

Commit

Permalink
✨ Make publisher clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 19, 2024
1 parent 03799f4 commit 6151a8a
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/components/NFTBook/ItemCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,21 @@
v-if="iscnWorkPublisher"
class="flex flex-col justify-center min-w-0"
>
<NFTBookSpecTableLabel :text="$t('identity_type_publisher')" />
<NFTBookSpecTableValue
:text="iscnWorkPublisher"
:preset="preset"
/>
<NuxtLink
class="group"
:to="
localeLocation({
name: 'store',
query: { q: iscnWorkPublisher },
})
"
>
<NFTBookSpecTableLabel :text="$t('identity_type_publisher')" />
<NFTBookSpecTableValue
:text="iscnWorkPublisher"
:preset="preset"
/>
</NuxtLink>
</li>
<client-only>
<li>
Expand Down

0 comments on commit 6151a8a

Please sign in to comment.