File tree Expand file tree Collapse file tree 9 files changed +25
-18
lines changed
packages/known-publishers/src Expand file tree Collapse file tree 9 files changed +25
-18
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ 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
4
import sentio from "./publisher-icons/sentio.svg" ;
5
+ import woo from "./publisher-icons/woo.svg" ;
5
6
6
7
export const KNOWN_PUBLISHERS = {
7
8
CfVkYofcLC1iVBcYFzgdYPeiX25SVRmWvBQVHorP1A3y : {
@@ -20,4 +21,8 @@ export const KNOWN_PUBLISHERS = {
20
21
name : "Elfomo" ,
21
22
icon : elfomo ,
22
23
} ,
24
+ DANa2ZYtyUcSW8W8C25ZfscKdBra53npt2frmh7fUucf : {
25
+ name : "WOO" ,
26
+ icon : woo ,
27
+ } ,
23
28
} ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import finazonColor from "./icons/color/finazon.svg" ;
2
2
import sentioColor from "./icons/color/sentio.svg" ;
3
+ import wooColor from "./icons/color/woo.svg" ;
3
4
import blocksize from "./icons/monochrome/blocksize.svg" ;
4
5
import elfomo from "./icons/monochrome/elfomo.svg" ;
5
6
import finazonMonochrome from "./icons/monochrome/finazon.svg" ;
6
7
import sentioMonochrome from "./icons/monochrome/sentio.svg" ;
8
+ import wooMonochrome from "./icons/monochrome/woo.svg" ;
7
9
8
10
export const knownPublishers = {
9
11
CfVkYofcLC1iVBcYFzgdYPeiX25SVRmWvBQVHorP1A3y : {
@@ -34,6 +36,13 @@ export const knownPublishers = {
34
36
color : elfomo ,
35
37
} ,
36
38
} ,
39
+ DANa2ZYtyUcSW8W8C25ZfscKdBra53npt2frmh7fUucf : {
40
+ name : "WOO" ,
41
+ icon : {
42
+ monochrome : wooMonochrome ,
43
+ color : wooColor ,
44
+ } ,
45
+ } ,
37
46
} ;
38
47
39
48
export const lookup = ( value : string ) =>
You can’t perform that action at this time.
0 commit comments