Skip to content

Commit 5991884

Browse files
authored
Merge pull request #15502 from ethereum/dapps-patch
fix: /dapps page patches
2 parents 8a9d3e2 + 319d3d0 commit 5991884

File tree

3 files changed

+4
-4
lines changed
  • app/[locale]/dapps/_components
  • public/content
    • developers/docs/programming-languages/python
    • guides/how-to-swap-tokens

3 files changed

+4
-4
lines changed

app/[locale]/dapps/_components/dapps.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ const DappsPage = ({
542542
{
543543
title: "Curve",
544544
description: t("page-dapps-dapp-description-curve"),
545-
link: "https://curve.fi/",
545+
link: "https://www.curve.finance/",
546546
image: curve,
547547
alt: t("page-dapps-curve-logo-alt"),
548548
},
@@ -1111,7 +1111,7 @@ const DappsPage = ({
11111111
<H2 id="explore">{t("page-dapps-explore-dapps-title")}</H2>
11121112
<CenterText>{t("page-dapps-explore-dapps-description")}</CenterText>
11131113
<H3>{t("page-dapps-choose-category")}</H3>
1114-
<div className="mb-8 grid w-full grid-cols-1 justify-center gap-4 px-8 sm:grid-cols-2 lg:w-auto lg:grid-cols-3 2xl:grid-cols-6">
1114+
<div className="mb-8 grid w-full grid-cols-1 justify-center gap-4 px-8 sm:grid-cols-2 lg:w-auto lg:grid-cols-[repeat(4,auto)]">
11151115
{categoryKeys.map((key, idx) => {
11161116
const categoryType = key as CategoryType
11171117
const category = categories[categoryType]

public/content/developers/docs/programming-languages/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Looking for more resources? Check out [ethereum.org/developers](/developers/).
8484
The following Ethereum-based projects use tools mentioned on this page. The related open-source repositories serve as a good reference for example code and best practices.
8585

8686
- [Yearn Finance](https://yearn.finance/) and [Yearn Vault Contracts repository](https://github.com/yearn/yearn-vaults)
87-
- [Curve](https://curve.fi/) and [Curve smart contracts repository](https://github.com/curvefi/curve-contract)
87+
- [Curve](https://www.curve.finance/) and [Curve smart contracts repository](https://github.com/curvefi/curve-contract)
8888
- [BadgerDAO](https://badger.com/) and [smart contracts using Brownie toolchain](https://github.com/Badger-Finance/badger-system)
8989
- [Sushi](https://sushi.com/) uses [Python in managing and deploying their vesting contracts](https://github.com/sushiswap/sushi-vesting-protocols)
9090
- [Alpha Finance](https://alphafinance.io/), of Alpha Homora fame, uses [Brownie to test and deploy smart contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract)

public/content/guides/how-to-swap-tokens/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Some popular exchanges are:
2222
- [Uniswap](https://app.uniswap.org/#/swap)
2323
- [Sushiswap](https://www.sushi.com/swap)
2424
- [1Inch](https://app.1inch.io/#/1/unified/swap/ETH/DAI)
25-
- [Curve](https://curve.fi/#/ethereum/swap)
25+
- [Curve](https://www.curve.finance/dex/ethereum/swap/)
2626

2727
Interesting? Learn more about what [decentralised finance (DeFi)](/defi/) is and how these new kinds of exchanges work.
2828

0 commit comments

Comments
 (0)