Skip to content

Commit 8942093

Browse files
committed
replace fork icon
1 parent c47c2b4 commit 8942093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ const showSkeleton = shallowRef(false)
867867
</LinkBase>
868868
</li>
869869
<li v-if="forks && forksLink">
870-
<LinkBase :to="forksLink" classicon="i-carbon:fork">
870+
<LinkBase :to="forksLink" classicon="i-lucide:git-fork">
871871
{{ compactNumberFormatter.format(forks) }}
872872
</LinkBase>
873873
</li>

0 commit comments

Comments
 (0)