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 22991da commit c47c2b4Copy full SHA for c47c2b4
2 files changed
app/pages/package/[[org]]/[name].vue
@@ -862,7 +862,7 @@ const showSkeleton = shallowRef(false)
862
</LinkBase>
863
</li>
864
<li v-if="repositoryUrl && repoMeta && starsLink">
865
- <LinkBase :to="starsLink" classicon="i-carbon:star">
+ <LinkBase :to="starsLink" classicon="i-lucide:star">
866
{{ compactNumberFormatter.format(stars) }}
867
868
app/pages/recharging.vue
@@ -54,7 +54,7 @@ const icons = [
54
'i-carbon:book',
55
'i-carbon:music',
56
'i-carbon:snowflake',
57
- 'i-carbon:star',
+ 'i-lucide:star',
58
'i-carbon:moon',
59
] as const
60
0 commit comments