Skip to content

Commit 14556af

Browse files
committed
fix(ui): remove duplicate group class from LikeCard
1 parent 0bf4443 commit 14556af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/LikeCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const likeAction = async () => {
7171

7272
<template>
7373
<NuxtLink :to="packageRoute(name)">
74-
<BaseCard class="group font-mono flex justify-between">
74+
<BaseCard class="font-mono flex justify-between">
7575
{{ name }}
7676
<div class="flex items-center gap-4 justify-between">
7777
<ClientOnly>

0 commit comments

Comments
 (0)