Skip to content

Commit

Permalink
add Card URL button to cardview modal, so that you can easily get the…
Browse files Browse the repository at this point in the history
… link to the card directly
  • Loading branch information
patrickwieth committed Oct 30, 2024
1 parent 1d37edb commit 3af35cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/modals/CardviewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
<div
class="flex flex-col lg:flex-row justify-center lg:justify-end space-y-6 lg:space-x-6 lg:space-y-0"
>
<router-link :to="{ path: '/cardview/' + props.id }">
<BaseCCButton
:type="Color.RED"
>
Card URL
</BaseCCButton>
</router-link>
<BaseCCButton
v-if="isArtist"
:type="Color.RED"
Expand Down

0 comments on commit 3af35cc

Please sign in to comment.