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 97b97ac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 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: "contact@delightlabs.io",
link: ExternalHref.delight,
// TODO: add img
imgSrc: undefined,
imgSrc: DelightLogo,
},
{
name: "InfStones",
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 97b97ac

Please sign in to comment.