Skip to content

Commit

Permalink
Merge pull request #13950 from Shiva-Sai-ssb/fix-13941
Browse files Browse the repository at this point in the history
remove augur from Dapps page [Fixes #13941]
  • Loading branch information
corwintines authored Sep 30, 2024
2 parents 680e3ef + 44453a3 commit 032e66d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
Binary file removed public/images/dapps/augur.png
Binary file not shown.
6 changes: 2 additions & 4 deletions src/intl/en/page-dapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"page-dapps-api3-logo-alt": "API3 logo",
"page-dapps-arweave-logo-alt": "ARweave logo",
"page-dapps-audius-logo-alt": "Audius logo",
"page-dapps-augur-logo-alt": "Augur logo",
"page-dapps-axie-infinity-logo-alt": "Axie Infinity logo",
"page-dapps-balancer-logo-alt": "Balancer logo",
"page-dapps-brave-logo-alt": "Brave logo",
Expand Down Expand Up @@ -41,7 +40,7 @@
"page-dapps-choose-category": "Choose category",
"page-dapps-category-social": "Social media",
"page-dapps-category-content": "Content",
"page-dapps-category-community": "Community",
"page-dapps-category-community": "Community",
"page-dapps-category-messaging": "Messaging",
"page-dapps-category-identity": "Identity",
"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.",
Expand Down Expand Up @@ -69,7 +68,6 @@
"page-dapps-dapp-description-arweave": "Store data permanently, sustainably, with a single upfront fee.",
"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.",
"page-dapps-dapp-description-audius": "Decentralized streaming platform. Listens = money for creators, not labels.",
"page-dapps-dapp-description-augur": "Bet on outcomes of sports, economics, and more world events.",
"page-dapps-dapp-description-axie-infinity": "Trade and battle creatures called Axies. And earn as you play – available on mobile",
"page-dapps-dapp-description-balancer": "Balancer is an automated portfolio manager and trading platform.",
"page-dapps-dapp-description-brave": "Earn tokens for browsing and support your favorite creators with them.",
Expand Down Expand Up @@ -221,7 +219,7 @@
"page-dapps-marble-cards-logo-alt": "marble.cards logo",
"page-dapps-async-logo-alt": "Async logo",
"page-dapps-matcha-logo-alt": "Matcha logo",
"page-dapps-meeds-logo-alt": "Meeds logo",
"page-dapps-meeds-logo-alt": "Meeds logo",
"page-dapps-metaverse-benefits-title": "metaverse",
"page-dapps-metaverse-benefits-description": "What is it about Ethereum that allows the metaverse to thrive?",
"page-dapps-metaverse-benefits-1-title": "NFTs",
Expand Down
8 changes: 0 additions & 8 deletions src/pages/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ import artblocks from "@/public/images/dapps/artblocks.png"
import arweave from "@/public/images/dapps/arweave.png"
import asyncart from "@/public/images/dapps/asyncart.png"
import audius from "@/public/images/dapps/audius.png"
import augur from "@/public/images/dapps/augur.png"
import axie from "@/public/images/dapps/axie.png"
import balancer from "@/public/images/dapps/balancer.png"
import brave from "@/public/images/dapps/brave.png"
Expand Down Expand Up @@ -781,13 +780,6 @@ const DappsPage = () => {
image: polymarket,
alt: t("page-dapps-polymarket-logo-alt"),
},
{
title: "Augur",
description: t("page-dapps-dapp-description-augur"),
link: "https://augur.net",
image: augur,
alt: t("page-dapps-augur-logo-alt"),
},
{
title: "Synthetix",
description: t("page-dapps-dapp-description-synthetix"),
Expand Down

0 comments on commit 032e66d

Please sign in to comment.