Skip to content

Commit 88f6293

Browse files
committed
patch: rm old/geoblocked links
stablecoins link outdated, paywalled, and inaccurate—removing section until we have updated data
1 parent 7217b9c commit 88f6293

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

src/pages/get-eth.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
4141
import { useBreakpointValue } from "@/hooks/useBreakpointValue"
4242
import uniswap from "@/public/images/dapps/uni.png"
4343
import dapps from "@/public/images/doge-computer.png"
44-
import oneinch from "@/public/images/exchanges/1inch.png"
4544
import bancor from "@/public/images/exchanges/bancor.png"
4645
import kyber from "@/public/images/exchanges/kyber.png"
4746
import hero from "@/public/images/get-eth.png"
@@ -118,12 +117,6 @@ const GetEthPage = ({
118117
image: uniswap,
119118
alt: "",
120119
},
121-
{
122-
title: "1inch",
123-
link: "https://1inch.exchange/#/",
124-
image: oneinch,
125-
alt: "",
126-
},
127120
{
128121
title: "Bancor",
129122
link: "https://www.carbondefi.xyz/",

src/pages/stablecoins.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -603,17 +603,6 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
603603
<H3>{t("page-stablecoins-interest-earning-dapps")}</H3>
604604
<p className="mb-6">{t("page-stablecoins-saving")}</p>
605605
</div>
606-
607-
<Flex className="mx-auto w-full flex-col justify-center rounded-sm border border-border-high-contrast p-8 lg:mx-0">
608-
<Emoji className="mb-4 text-[5rem]" text=":bank:" />
609-
<p className="mb-6 text-7xl">{t("page-stablecoins-bank-apy")}</p>
610-
<em className="mb-6">
611-
{t("page-stablecoins-bank-apy-source")}{" "}
612-
<InlineLink href="https://www.nytimes.com/2020/09/18/your-money/savings-interest-rates.html">
613-
{t("page-stablecoins-bank-apy-source-link")}
614-
</InlineLink>
615-
</em>
616-
</Flex>
617606
</Flex>
618607
<div className="mb-16 grid grid-cols-[repeat(auto-fill,_minmax(min(100%,_280px),_1fr))] gap-8">
619608
{dapps.map((dapp, idx) => (

0 commit comments

Comments
 (0)