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 f6bd070 commit 22991daCopy full SHA for 22991da
1 file changed
app/pages/package/[[org]]/[name].vue
@@ -404,7 +404,7 @@ const PROVIDER_ICONS: Record<string, string> = {
404
gitee: 'i-simple-icons:gitee',
405
sourcehut: 'i-simple-icons:sourcehut',
406
tangled: 'i-custom:tangled',
407
- radicle: 'i-carbon:network-3', // Radicle is a P2P network, using network icon
+ radicle: 'i-lucide:network', // Radicle is a P2P network, using network icon
408
}
409
410
const repoProviderIcon = computed(() => {
0 commit comments