Skip to content

Commit d466152

Browse files
committed
fix: icon prefix
1 parent ef9ca3a commit d466152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/basic/VisualIcon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const lucideSpritePath = $computed(() => {
1414
})
1515
1616
const simpleIconsClass = $computed(() => {
17-
return name.startsWith('simple-icons')
17+
return name.startsWith('simple-icons-')
1818
? `si si-${name.slice('simple-icons-'.length)}`
1919
: undefined
2020
})

0 commit comments

Comments
 (0)