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 4ba4a99 commit 953d65eCopy full SHA for 953d65e
1 file changed
app/components/Package/SkillsModal.vue
@@ -193,7 +193,7 @@ function getWarningTooltip(skill: SkillListItem): string | undefined {
193
<!-- File counts & warnings -->
194
<div class="flex flex-wrap items-center gap-x-3 gap-y-1 text-xs">
195
<span v-if="skill.fileCounts?.scripts" class="text-fg-subtle">
196
- <span class="i-carbon:script size-3 align-[-2px] me-0.5" />{{
+ <span class="i-lucide:file-code size-3 align-[-2px] me-0.5" />{{
197
$t(
198
'package.skills.file_counts.scripts',
199
{ count: skill.fileCounts.scripts },
0 commit comments