Skip to content

Commit

Permalink
Add Delight staking provider logo
Browse files Browse the repository at this point in the history
  • Loading branch information
r-czajkowski committed Aug 14, 2023
1 parent 4dac2ba commit 95e037b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/StakingProvidersList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import StakedLogo from "../../static/images/stakingProviders/StakedLogo.png"
import BoarLogo from "../../static/images/stakingProviders/BoarLogo.png"
import P2PValidatorLogo from "../../static/images/stakingProviders/P2PValidatorLogo.png"
import InfStonesLogo from "../../static/images/stakingProviders/InfStonesLogo.png"
import DelightLogo from "../../static/images/stakingProviders/DelightLogo.svg"

type ProviderItem = {
name: string
Expand Down Expand Up @@ -35,8 +36,7 @@ const providers: ProviderItem[] = [
name: "DELIGHT",
email: "[email protected]",
link: ExternalHref.delight,
// TODO: add img
imgSrc: undefined,
imgSrc: DelightLogo,
},
{
name: "InfStones",
Expand All @@ -60,7 +60,7 @@ const providers: ProviderItem[] = [

export const AllAppsProvidersList: FC<ListProps> = (props) => {
return (
<List mt="6" spacing="4" {...props}>
<List spacing="4" {...props}>
{providers.map(renderProviderListItem)}
</List>
)
Expand Down
1 change: 0 additions & 1 deletion src/pages/Staking/HowItWorks/StakingProviders/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const StakingProviders: PageComponent = () => {
gridGap="4"
>
<Card gridArea="providers" h="fit-content">
<BoxLabel status="secondary">All Applications</BoxLabel>
<AllAppsProvidersList />
</Card>
</Grid>
Expand Down
13 changes: 13 additions & 0 deletions src/static/images/stakingProviders/DelightLogo.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 95e037b

Please sign in to comment.