Skip to content

Commit

Permalink
fix: nested <a> that break SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 2, 2024
1 parent 978a4b4 commit 9ad1fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/pages/home/components/package_card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<div class="w-full flex items-center justify-between">
<div class="flex gap-2">
Expand Down

0 comments on commit 9ad1fea

Please sign in to comment.