Skip to content

Commit c47c2b4

Browse files
committed
replace star icon
1 parent 22991da commit c47c2b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ const showSkeleton = shallowRef(false)
862862
</LinkBase>
863863
</li>
864864
<li v-if="repositoryUrl && repoMeta && starsLink">
865-
<LinkBase :to="starsLink" classicon="i-carbon:star">
865+
<LinkBase :to="starsLink" classicon="i-lucide:star">
866866
{{ compactNumberFormatter.format(stars) }}
867867
</LinkBase>
868868
</li>

app/pages/recharging.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const icons = [
5454
'i-carbon:book',
5555
'i-carbon:music',
5656
'i-carbon:snowflake',
57-
'i-carbon:star',
57+
'i-lucide:star',
5858
'i-carbon:moon',
5959
] as const
6060

0 commit comments

Comments
 (0)