File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
packages/known-publishers/src Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
import blocksize from "./publisher-icons/blocksize.svg" ;
2
2
import elfomo from "./publisher-icons/elfomo.svg" ;
3
3
import finazon from "./publisher-icons/finazon.svg" ;
4
+ import gluex from "./publisher-icons/gluex.svg" ;
4
5
import ltp from "./publisher-icons/ltp.svg" ;
5
6
import sentio from "./publisher-icons/sentio.svg" ;
6
7
import woo from "./publisher-icons/woo.svg" ;
@@ -30,4 +31,8 @@ export const KNOWN_PUBLISHERS = {
30
31
name : "LTP" ,
31
32
icon : ltp ,
32
33
} ,
34
+ "7JZm3iUVZTVTnK1Z6XqCGxUY51w1j3XkHAkA2rNpPGCo" : {
35
+ name : "GlueX" ,
36
+ icon : gluex ,
37
+ } ,
33
38
} ;
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import ltpLight from "./icons/light/ltp.svg";
6
6
import blocksize from "./icons/monochrome/blocksize.svg" ;
7
7
import elfomo from "./icons/monochrome/elfomo.svg" ;
8
8
import finazonMonochrome from "./icons/monochrome/finazon.svg" ;
9
+ import gluex from "./icons/monochrome/gluex.svg" ;
9
10
import ltpMonochrome from "./icons/monochrome/ltp.svg" ;
10
11
import sentioMonochrome from "./icons/monochrome/sentio.svg" ;
11
12
import wooMonochrome from "./icons/monochrome/woo.svg" ;
@@ -52,6 +53,12 @@ export const knownPublishers = {
52
53
light : ltpLight ,
53
54
} ,
54
55
} ,
56
+ "7JZm3iUVZTVTnK1Z6XqCGxUY51w1j3XkHAkA2rNpPGCo" : {
57
+ name : "GlueX" ,
58
+ icon : {
59
+ monochrome : gluex ,
60
+ } ,
61
+ } ,
55
62
} as const ;
56
63
57
64
export const lookup = ( value : string ) =>
You can’t perform that action at this time.
0 commit comments