File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
components/OracleIntegrityStaking Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1724,7 +1724,7 @@ const PublisherIdentity = ({
1724
1724
< span className = { clsx ( className , withNameClassName ) } >
1725
1725
< span >
1726
1726
{ createElement ( props . children . identity . icon , {
1727
- className : "mr-2 inline-block size -[20px] align-sub" ,
1727
+ className : "mr-2 inline-block h -[20px] align-sub" ,
1728
1728
} ) }
1729
1729
< span className = "mr-[0.5em]" > { props . children . identity . name } </ span >
1730
1730
</ span >
Original file line number Diff line number Diff line change 1
1
import blocksize from "./publisher-icons/blocksize.svg" ;
2
+ import elfomo from "./publisher-icons/elfomo.svg" ;
2
3
import finazon from "./publisher-icons/finazon.svg" ;
3
4
import sentio from "./publisher-icons/sentio.svg" ;
4
5
@@ -15,4 +16,8 @@ export const KNOWN_PUBLISHERS = {
15
16
name : "Finazon" ,
16
17
icon : finazon ,
17
18
} ,
19
+ "5giNPEh9PytXcnKNgufofmQPdS4jHoySgFpiu8f7QxP4" : {
20
+ name : "Elfomo" ,
21
+ icon : elfomo ,
22
+ } ,
18
23
} ;
You can’t perform that action at this time.
0 commit comments