Skip to content

Commit 22991da

Browse files
committed
replace radicle icon
1 parent f6bd070 commit 22991da

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
@@ -404,7 +404,7 @@ const PROVIDER_ICONS: Record<string, string> = {
404404
gitee: 'i-simple-icons:gitee',
405405
sourcehut: 'i-simple-icons:sourcehut',
406406
tangled: 'i-custom:tangled',
407-
radicle: 'i-carbon:network-3', // Radicle is a P2P network, using network icon
407+
radicle: 'i-lucide:network', // Radicle is a P2P network, using network icon
408408
}
409409
410410
const repoProviderIcon = computed(() => {

0 commit comments

Comments
 (0)