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";
22import elfomo from "./publisher-icons/elfomo.svg" ;
33import finazon from "./publisher-icons/finazon.svg" ;
44import sentio from "./publisher-icons/sentio.svg" ;
5+ import woo from "./publisher-icons/woo.svg" ;
56
67export const KNOWN_PUBLISHERS = {
78 CfVkYofcLC1iVBcYFzgdYPeiX25SVRmWvBQVHorP1A3y : {
@@ -20,4 +21,8 @@ export const KNOWN_PUBLISHERS = {
2021 name : "Elfomo" ,
2122 icon : elfomo ,
2223 } ,
24+ DANa2ZYtyUcSW8W8C25ZfscKdBra53npt2frmh7fUucf : {
25+ name : "WOO" ,
26+ icon : woo ,
27+ } ,
2328} ;
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 11import finazonColor from "./icons/color/finazon.svg" ;
22import sentioColor from "./icons/color/sentio.svg" ;
3+ import wooColor from "./icons/color/woo.svg" ;
34import blocksize from "./icons/monochrome/blocksize.svg" ;
45import elfomo from "./icons/monochrome/elfomo.svg" ;
56import finazonMonochrome from "./icons/monochrome/finazon.svg" ;
67import sentioMonochrome from "./icons/monochrome/sentio.svg" ;
8+ import wooMonochrome from "./icons/monochrome/woo.svg" ;
79
810export const knownPublishers = {
911 CfVkYofcLC1iVBcYFzgdYPeiX25SVRmWvBQVHorP1A3y : {
@@ -34,6 +36,13 @@ export const knownPublishers = {
3436 color : elfomo ,
3537 } ,
3638 } ,
39+ DANa2ZYtyUcSW8W8C25ZfscKdBra53npt2frmh7fUucf : {
40+ name : "WOO" ,
41+ icon : {
42+ monochrome : wooMonochrome ,
43+ color : wooColor ,
44+ } ,
45+ } ,
3746} ;
3847
3948export const lookup = ( value : string ) =>
You can’t perform that action at this time.
0 commit comments