Skip to content

Commit 032e66d

Browse files
authored
Merge pull request #13950 from Shiva-Sai-ssb/fix-13941
remove augur from Dapps page [Fixes #13941]
2 parents 680e3ef + 44453a3 commit 032e66d

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

public/images/dapps/augur.png

-1.2 KB
Binary file not shown.

src/intl/en/page-dapps.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"page-dapps-api3-logo-alt": "API3 logo",
88
"page-dapps-arweave-logo-alt": "ARweave logo",
99
"page-dapps-audius-logo-alt": "Audius logo",
10-
"page-dapps-augur-logo-alt": "Augur logo",
1110
"page-dapps-axie-infinity-logo-alt": "Axie Infinity logo",
1211
"page-dapps-balancer-logo-alt": "Balancer logo",
1312
"page-dapps-brave-logo-alt": "Brave logo",
@@ -41,7 +40,7 @@
4140
"page-dapps-choose-category": "Choose category",
4241
"page-dapps-category-social": "Social media",
4342
"page-dapps-category-content": "Content",
44-
"page-dapps-category-community": "Community",
43+
"page-dapps-category-community": "Community",
4544
"page-dapps-category-messaging": "Messaging",
4645
"page-dapps-category-identity": "Identity",
4746
"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.",
@@ -69,7 +68,6 @@
6968
"page-dapps-dapp-description-arweave": "Store data permanently, sustainably, with a single upfront fee.",
7069
"page-dapps-dapp-description-async-art": "Create, collect, and trade #ProgrammableArt - digital paintings split into “Layers” which you can use to affect the overall image. Each Master and Layer is an ERC721 token.",
7170
"page-dapps-dapp-description-audius": "Decentralized streaming platform. Listens = money for creators, not labels.",
72-
"page-dapps-dapp-description-augur": "Bet on outcomes of sports, economics, and more world events.",
7371
"page-dapps-dapp-description-axie-infinity": "Trade and battle creatures called Axies. And earn as you play – available on mobile",
7472
"page-dapps-dapp-description-balancer": "Balancer is an automated portfolio manager and trading platform.",
7573
"page-dapps-dapp-description-brave": "Earn tokens for browsing and support your favorite creators with them.",
@@ -221,7 +219,7 @@
221219
"page-dapps-marble-cards-logo-alt": "marble.cards logo",
222220
"page-dapps-async-logo-alt": "Async logo",
223221
"page-dapps-matcha-logo-alt": "Matcha logo",
224-
"page-dapps-meeds-logo-alt": "Meeds logo",
222+
"page-dapps-meeds-logo-alt": "Meeds logo",
225223
"page-dapps-metaverse-benefits-title": "metaverse",
226224
"page-dapps-metaverse-benefits-description": "What is it about Ethereum that allows the metaverse to thrive?",
227225
"page-dapps-metaverse-benefits-1-title": "NFTs",

src/pages/dapps.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ import artblocks from "@/public/images/dapps/artblocks.png"
6161
import arweave from "@/public/images/dapps/arweave.png"
6262
import asyncart from "@/public/images/dapps/asyncart.png"
6363
import audius from "@/public/images/dapps/audius.png"
64-
import augur from "@/public/images/dapps/augur.png"
6564
import axie from "@/public/images/dapps/axie.png"
6665
import balancer from "@/public/images/dapps/balancer.png"
6766
import brave from "@/public/images/dapps/brave.png"
@@ -781,13 +780,6 @@ const DappsPage = () => {
781780
image: polymarket,
782781
alt: t("page-dapps-polymarket-logo-alt"),
783782
},
784-
{
785-
title: "Augur",
786-
description: t("page-dapps-dapp-description-augur"),
787-
link: "https://augur.net",
788-
image: augur,
789-
alt: t("page-dapps-augur-logo-alt"),
790-
},
791783
{
792784
title: "Synthetix",
793785
description: t("page-dapps-dapp-description-synthetix"),

0 commit comments

Comments
 (0)