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 ef581d3 commit c933532Copy full SHA for c933532
1 file changed
app/components/PackageSkillsCard.vue
@@ -37,10 +37,5 @@ const open = defineModel<boolean>('open', { default: false })
37
$t('package.skills.view')
38
}}</span>
39
</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>
45
</section>
46
</template>
0 commit comments