Skip to content

Commit e0e09ea

Browse files
committed
add meeds to dapps
#13021 : Add meeds logo and description in finance/payments
1 parent e80543d commit e0e09ea

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

public/images/dapps/meeds.png

8.29 KB
Loading

src/intl/en/page-dapps.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"page-dapps-dapp-description-loopring": "Peer-to-peer trading platform built for speed.",
9696
"page-dapps-dapp-description-marble-cards": "Create and trade unique digital cards based on URLs.",
9797
"page-dapps-dapp-description-matcha": "Searches multiple exchanges to help find you the best prices.",
98+
"page-dapps-dapp-description-meeds": "Fair and transparent rewards for Web3 contributors.",
9899
"page-dapps-dapp-description-mirror": "Built on web3 for web3, Mirror’s robust publishing platform pushes the boundaries of writing online",
99100
"page-dapps-dapp-description-multichain": "The ultimate Router for web3. It is an infrastructure developed for arbitrary cross-chain interactions.",
100101
"page-dapps-dapp-description-nifty-gateway": "Buy works on-chain from top artists, athletes, brands, and creators.",
@@ -218,6 +219,7 @@
218219
"page-dapps-marble-cards-logo-alt": "marble.cards logo",
219220
"page-dapps-async-logo-alt": "Async logo",
220221
"page-dapps-matcha-logo-alt": "Matcha logo",
222+
"page-dapps-meeds-logo-alt": "Meeds logo",
221223
"page-dapps-metaverse-benefits-title": "metaverse",
222224
"page-dapps-metaverse-benefits-description": "What is it about Ethereum that allows the metaverse to thrive?",
223225
"page-dapps-metaverse-benefits-1-title": "NFTs",

src/pages/dapps.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ import lido from "@/public/images/dapps/lido.png"
9191
import loopring from "@/public/images/dapps/loopring.png"
9292
import marble from "@/public/images/dapps/marble.png"
9393
import matcha from "@/public/images/dapps/matcha.png"
94+
import meeds from "@/public/images/dapps/meeds.png"
9495
import mirror from "@/public/images/dapps/mirror.png"
9596
import nexus from "@/public/images/dapps/nexus.png"
9697
import nifty from "@/public/images/dapps/nifty.png"
@@ -827,6 +828,13 @@ const DappsPage = () => {
827828
image: sablier,
828829
alt: t("page-dapps-sablier-logo-alt"),
829830
},
831+
{
832+
title: "Meeds",
833+
description: t("page-dapps-dapp-description-meeds"),
834+
link: "https://meeds.io",
835+
image: sablier,
836+
alt: t("page-dapps-meeds-logo-alt"),
837+
},
830838
]
831839

832840
const investments = [

0 commit comments

Comments
 (0)