File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ const repoProviderIcon = computed((): IconClass => {
7878 <LinkBase
7979 :to =" `https://socket.dev/npm/package/${pkg.name}`"
8080 :title =" $t('common.view_on.socket_dev')"
81+ classicon =" i-simple-icons:socket"
8182 >
8283 socket.dev
8384 </LinkBase >
Original file line number Diff line number Diff line change 223223 "gitea" : " View on Gitea" ,
224224 "gitee" : " View on Gitee" ,
225225 "radicle" : " View on Radicle" ,
226+ "socket_dev" : " view on socket.dev" ,
226227 "sourcehut" : " View on SourceHut" ,
227228 "tangled" : " View on Tangled"
228229 },
Original file line number Diff line number Diff line change 673673 "radicle" : {
674674 "type" : " string"
675675 },
676+ "socket_dev" : {
677+ "type" : " string"
678+ },
676679 "sourcehut" : {
677680 "type" : " string"
678681 },
You can’t perform that action at this time.
0 commit comments