Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove augur from Dapps page [Fixes #13941] #13950

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading