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
4 changes: 2 additions & 2 deletions app/[locale]/dapps/_components/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ const DappsPage = ({
{
title: "Curve",
description: t("page-dapps-dapp-description-curve"),
link: "https://curve.fi/",
link: "https://www.curve.finance/",
image: curve,
alt: t("page-dapps-curve-logo-alt"),
},
Expand Down Expand Up @@ -1111,7 +1111,7 @@ const DappsPage = ({
<H2 id="explore">{t("page-dapps-explore-dapps-title")}</H2>
<CenterText>{t("page-dapps-explore-dapps-description")}</CenterText>
<H3>{t("page-dapps-choose-category")}</H3>
<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">
<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)]">
{categoryKeys.map((key, idx) => {
const categoryType = key as CategoryType
const category = categories[categoryType]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Looking for more resources? Check out [ethereum.org/developers](/developers/).
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.

- [Yearn Finance](https://yearn.finance/) and [Yearn Vault Contracts repository](https://github.com/yearn/yearn-vaults)
- [Curve](https://curve.fi/) and [Curve smart contracts repository](https://github.com/curvefi/curve-contract)
- [Curve](https://www.curve.finance/) and [Curve smart contracts repository](https://github.com/curvefi/curve-contract)
- [BadgerDAO](https://badger.com/) and [smart contracts using Brownie toolchain](https://github.com/Badger-Finance/badger-system)
- [Sushi](https://sushi.com/) uses [Python in managing and deploying their vesting contracts](https://github.com/sushiswap/sushi-vesting-protocols)
- [Alpha Finance](https://alphafinance.io/), of Alpha Homora fame, uses [Brownie to test and deploy smart contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract)
Expand Down
2 changes: 1 addition & 1 deletion public/content/guides/how-to-swap-tokens/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Some popular exchanges are:
- [Uniswap](https://app.uniswap.org/#/swap)
- [Sushiswap](https://www.sushi.com/swap)
- [1Inch](https://app.1inch.io/#/1/unified/swap/ETH/DAI)
- [Curve](https://curve.fi/#/ethereum/swap)
- [Curve](https://www.curve.finance/dex/ethereum/swap/)

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

Expand Down