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 0171632 commit ab4ea9eCopy full SHA for ab4ea9e
3 files changed
app/components/Package/ExternalLinks.vue
@@ -78,6 +78,7 @@ const repoProviderIcon = computed((): IconClass => {
78
<LinkBase
79
:to="`https://socket.dev/npm/package/${pkg.name}`"
80
:title="$t('common.view_on.socket_dev')"
81
+ classicon="i-simple-icons:socket"
82
>
83
socket.dev
84
</LinkBase>
i18n/locales/en.json
@@ -223,6 +223,7 @@
223
"gitea": "View on Gitea",
224
"gitee": "View on Gitee",
225
"radicle": "View on Radicle",
226
+ "socket_dev": "view on socket.dev",
227
"sourcehut": "View on SourceHut",
228
"tangled": "View on Tangled"
229
},
i18n/schema.json
@@ -673,6 +673,9 @@
673
"radicle": {
674
"type": "string"
675
676
+ "socket_dev": {
677
+ "type": "string"
678
+ },
679
"sourcehut": {
680
681
0 commit comments