Skip to content

Commit

Permalink
feat(staking): add elfomo to known publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
cprussin committed Oct 14, 2024
1 parent 4ae30bf commit 2039d4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ const PublisherIdentity = ({
<span className={clsx(className, withNameClassName)}>
<span>
{createElement(props.children.identity.icon, {
className: "mr-2 inline-block size-[20px] align-sub",
className: "mr-2 inline-block h-[20px] align-sub",
})}
<span className="mr-[0.5em]">{props.children.identity.name}</span>
</span>
Expand Down
5 changes: 5 additions & 0 deletions apps/staking/src/known-publishers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import blocksize from "./publisher-icons/blocksize.svg";
import finazon from "./publisher-icons/finazon.svg";
import sentio from "./publisher-icons/sentio.svg";
import elfomo from "./publisher-icons/elfomo.svg";

export const KNOWN_PUBLISHERS = {
CfVkYofcLC1iVBcYFzgdYPeiX25SVRmWvBQVHorP1A3y: {
Expand All @@ -15,4 +16,8 @@ export const KNOWN_PUBLISHERS = {
name: "Finazon",
icon: finazon,
},
"5giNPEh9PytXcnKNgufofmQPdS4jHoySgFpiu8f7QxP4": {
name: "Elfomo",
icon: elfomo
}
};
3 changes: 3 additions & 0 deletions apps/staking/src/publisher-icons/elfomo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2039d4e

Please sign in to comment.