Skip to content

Commit ff94918

Browse files
committed
moved Meeds to Social > Community
- created new Community category in Social - moved Meeds from Payment to Community - updated description to reflect community building tool
1 parent 5121dd1 commit ff94918

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

src/intl/en/page-dapps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"page-dapps-choose-category": "Choose category",
4242
"page-dapps-category-social": "Social media",
4343
"page-dapps-category-content": "Content",
44+
"page-dapps-category-community": "Community",
4445
"page-dapps-category-messaging": "Messaging",
4546
"page-dapps-category-identity": "Identity",
4647
"page-dapps-collectibles-benefits-1-description": "When art is tokenised on Ethereum, ownership can be proved for all to see. You can trace the artwork's journey from creation to its current holder. This prevents forgeries.",
@@ -95,7 +96,7 @@
9596
"page-dapps-dapp-description-loopring": "Peer-to-peer trading platform built for speed.",
9697
"page-dapps-dapp-description-marble-cards": "Create and trade unique digital cards based on URLs.",
9798
"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.",
99+
"page-dapps-dapp-description-meeds": "Web3 community hubs for the age of decentralized work. Reward fairly and transparently contributions that matter.",
99100
"page-dapps-dapp-description-mirror": "Built on web3 for web3, Mirror’s robust publishing platform pushes the boundaries of writing online",
100101
"page-dapps-dapp-description-multichain": "The ultimate Router for web3. It is an infrastructure developed for arbitrary cross-chain interactions.",
101102
"page-dapps-dapp-description-nifty-gateway": "Buy works on-chain from top artists, athletes, brands, and creators.",

src/pages/dapps.tsx

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -828,13 +828,6 @@ const DappsPage = () => {
828828
image: sablier,
829829
alt: t("page-dapps-sablier-logo-alt"),
830830
},
831-
{
832-
title: "Meeds",
833-
description: t("page-dapps-dapp-description-meeds"),
834-
link: "https://meeds.io",
835-
image: meeds,
836-
alt: t("page-dapps-meeds-logo-alt"),
837-
},
838831
]
839832

840833
const investments = [
@@ -1175,6 +1168,16 @@ const DappsPage = () => {
11751168
},
11761169
]
11771170

1171+
const community = [
1172+
{
1173+
title: "Meeds",
1174+
description: t("page-dapps-dapp-description-meeds"),
1175+
link: "https://meeds.io",
1176+
image: meeds,
1177+
alt: t("page-dapps-meeds-logo-alt"),
1178+
},
1179+
]
1180+
11781181
const demandAggregator = [
11791182
{
11801183
title: "KyberSwap",
@@ -1770,6 +1773,10 @@ const DappsPage = () => {
17701773
category={t("page-dapps-category-content")}
17711774
content={content}
17721775
/>
1776+
<ProductList
1777+
category={t("page-dapps-category-community")}
1778+
content={community}
1779+
/>
17731780
</RightColumn>
17741781
</TwoColumnContent>
17751782
<TwoColumnContent>

0 commit comments

Comments
 (0)