Skip to content

Commit 953d65e

Browse files
committed
replace code file icon
1 parent 4ba4a99 commit 953d65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/SkillsModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function getWarningTooltip(skill: SkillListItem): string | undefined {
193193
<!-- File counts & warnings -->
194194
<div class="flex flex-wrap items-center gap-x-3 gap-y-1 text-xs">
195195
<span v-if="skill.fileCounts?.scripts" class="text-fg-subtle">
196-
<span class="i-carbon:script size-3 align-[-2px] me-0.5" />{{
196+
<span class="i-lucide:file-code size-3 align-[-2px] me-0.5" />{{
197197
$t(
198198
'package.skills.file_counts.scripts',
199199
{ count: skill.fileCounts.scripts },

0 commit comments

Comments
 (0)