We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf4443 commit 14556afCopy full SHA for 14556af
1 file changed
app/components/Package/LikeCard.vue
@@ -71,7 +71,7 @@ const likeAction = async () => {
71
72
<template>
73
<NuxtLink :to="packageRoute(name)">
74
- <BaseCard class="group font-mono flex justify-between">
+ <BaseCard class="font-mono flex justify-between">
75
{{ name }}
76
<div class="flex items-center gap-4 justify-between">
77
<ClientOnly>
0 commit comments