File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
packages/known-publishers/src Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import blocksize from "./icons/monochrome/blocksize.svg";
1313import elfomo from "./icons/monochrome/elfomo.svg" ;
1414import finazonMonochrome from "./icons/monochrome/finazon.svg" ;
1515import gluex from "./icons/monochrome/gluex.svg" ;
16+ import kronosResearchMonochrome from "./icons/monochrome/kronos-research.svg" ;
1617import lotechMonochrome from "./icons/monochrome/lotech.svg" ;
1718import ltpMonochrome from "./icons/monochrome/ltp.svg" ;
1819import nobiMonochrome from "./icons/monochrome/nobi.svg" ;
@@ -102,6 +103,12 @@ export const knownPublishers = {
102103 color : nobiColor ,
103104 } ,
104105 } ,
106+ A7ULyKhnyCW3yfSNCiHCt7gUEMVwYBeRdgYKV1BRYPVH : {
107+ name : "Kronos Research" ,
108+ icon : {
109+ monochrome : kronosResearchMonochrome ,
110+ } ,
111+ } ,
105112} as const ;
106113
107114export const lookup = ( value : string ) =>
You can’t perform that action at this time.
0 commit comments