Skip to content
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
7 changes: 0 additions & 7 deletions src/pages/get-eth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
import { useBreakpointValue } from "@/hooks/useBreakpointValue"
import uniswap from "@/public/images/dapps/uni.png"
import dapps from "@/public/images/doge-computer.png"
import oneinch from "@/public/images/exchanges/1inch.png"
import bancor from "@/public/images/exchanges/bancor.png"
import kyber from "@/public/images/exchanges/kyber.png"
import hero from "@/public/images/get-eth.png"
Expand Down Expand Up @@ -118,12 +117,6 @@ const GetEthPage = ({
image: uniswap,
alt: "",
},
{
title: "1inch",
link: "https://1inch.exchange/#/",
image: oneinch,
alt: "",
},
{
title: "Bancor",
link: "https://www.carbondefi.xyz/",
Expand Down
11 changes: 0 additions & 11 deletions src/pages/stablecoins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -603,17 +603,6 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
<H3>{t("page-stablecoins-interest-earning-dapps")}</H3>
<p className="mb-6">{t("page-stablecoins-saving")}</p>
</div>

<Flex className="mx-auto w-full flex-col justify-center rounded-sm border border-border-high-contrast p-8 lg:mx-0">
<Emoji className="mb-4 text-[5rem]" text=":bank:" />
<p className="mb-6 text-7xl">{t("page-stablecoins-bank-apy")}</p>
<em className="mb-6">
{t("page-stablecoins-bank-apy-source")}{" "}
<InlineLink href="https://www.nytimes.com/2020/09/18/your-money/savings-interest-rates.html">
{t("page-stablecoins-bank-apy-source-link")}
</InlineLink>
</em>
</Flex>
</Flex>
<div className="mb-16 grid grid-cols-[repeat(auto-fill,_minmax(min(100%,_280px),_1fr))] gap-8">
{dapps.map((dapp, idx) => (
Expand Down