We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6447cad commit fbd3086Copy full SHA for fbd3086
1 file changed
components/content/Card.vue
@@ -37,7 +37,14 @@
37
</UiCard>
38
</UseTemplate>
39
40
- <div class="group-has-[div]:!mt-0 [&:not(:first-child)]:mt-5">
+ <!-- <div class="group-has-[div]:!mt-0 [&:not(:first-child)]:mt-5">
41
+ <NuxtLinkLocale v-if="to" :to :target>
42
+ <CardInner />
43
+ </NuxtLinkLocale>
44
+ <CardInner v-else />
45
+ </div> -->
46
+
47
+ <div>
48
<NuxtLinkLocale v-if="to" :to :target>
49
<CardInner />
50
</NuxtLinkLocale>
0 commit comments