Skip to content

Commit

Permalink
feat: open app detail modal by click app cover (#34)
Browse files Browse the repository at this point in the history
Fixes #32 

/kind improvement
  • Loading branch information
CV-Devlau authored Sep 25, 2023
1 parent 64bbe0f commit 309e554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/src/components/AppCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const vendor = computed(() => {
]"
>
<div class="as-col-span-2">
<div class="as-relative as-block">
<div class="as-relative as-block as-cursor-pointer" @click="emit('open-detail-modal', app)">
<div v-if="screenshots?.length !== 0" class="as-aspect-h-9 as-aspect-w-16">
<img
class="as-pointer-events-none as-transform-gpu as-rounded-b-none as-rounded-t-md as-object-cover sm:as-rounded-md"
Expand Down

0 comments on commit 309e554

Please sign in to comment.