Skip to content

Commit

Permalink
🔀 Merge #1991 into deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 18, 2024
2 parents d6485f8 + 42c4c61 commit 38064c0
Show file tree
Hide file tree
Showing 3 changed files with 29 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
13 changes: 13 additions & 0 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"body-parser": "^1.18.3",
"consola": "^2.5.6",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"cosmjs-types": "^0.8.0",
"create-hash": "^1.2.0",
"crisp-api": "^9.0.0",
Expand Down

0 comments on commit 38064c0

Please sign in to comment.