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";
13
13
import elfomo from "./icons/monochrome/elfomo.svg" ;
14
14
import finazonMonochrome from "./icons/monochrome/finazon.svg" ;
15
15
import gluex from "./icons/monochrome/gluex.svg" ;
16
+ import kronosResearchMonochrome from "./icons/monochrome/kronos-research.svg" ;
16
17
import lotechMonochrome from "./icons/monochrome/lotech.svg" ;
17
18
import ltpMonochrome from "./icons/monochrome/ltp.svg" ;
18
19
import nobiMonochrome from "./icons/monochrome/nobi.svg" ;
@@ -102,6 +103,12 @@ export const knownPublishers = {
102
103
color : nobiColor ,
103
104
} ,
104
105
} ,
106
+ A7ULyKhnyCW3yfSNCiHCt7gUEMVwYBeRdgYKV1BRYPVH : {
107
+ name : "Kronos Research" ,
108
+ icon : {
109
+ monochrome : kronosResearchMonochrome ,
110
+ } ,
111
+ } ,
105
112
} as const ;
106
113
107
114
export const lookup = ( value : string ) =>
You can’t perform that action at this time.
0 commit comments