Skip to content

Commit c933532

Browse files
committed
fix: simplify
1 parent ef581d3 commit c933532

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/components/PackageSkillsCard.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,5 @@ const open = defineModel<boolean>('open', { default: false })
3737
$t('package.skills.view')
3838
}}</span>
3939
</button>
40-
<i18n-t keypath="package.skills.compatible_with" tag="p" class="text-xs text-fg-subtle mt-2">
41-
<template #tool>
42-
<NuxtLink to="/skills-npm" class="link">skills-npm</NuxtLink>
43-
</template>
44-
</i18n-t>
4540
</section>
4641
</template>

0 commit comments

Comments
 (0)