diff --git a/resources/pages/home/components/package_card.vue b/resources/pages/home/components/package_card.vue index 6820254..f04181f 100644 --- a/resources/pages/home/components/package_card.vue +++ b/resources/pages/home/components/package_card.vue @@ -20,6 +20,7 @@ const isV6Compatible = computed(() => props.package.compatibility?.adonis.includ class="group card relative h-66 flex cursor-pointer gap-y-2 rounded-xl px-5 py-5" :href="`/packages/${package.slug}`" target="_blank" + as="div" >