Skip to content

Commit 00d9f4c

Browse files
authored
Merge pull request #14805 from rvmz/dev
fix: update link on stablecoin page (#14777)
2 parents d32c35f + 598b442 commit 00d9f4c

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

public/images/dapps/buidlbox.png

3.75 KB
Loading

public/images/dapps/gitcoin.png

801 Bytes
Loading

src/components/StablecoinAccordion/useStablecoinAccordion.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ import { type CardProps } from "@/components/CardList"
22

33
import { useTranslation } from "@/hooks/useTranslation"
44
import aaveImg from "@/public/images/dapps/aave.png"
5-
// -- borrow
5+
import buidlboxImg from "@/public/images/dapps/buidlbox.png"
66
import compoundImg from "@/public/images/dapps/compound.png"
7-
// -- earn
87
import matchaImg from "@/public/images/dapps/matcha.png"
98
import summerfiImg from "@/public/images/dapps/summerfi.png"
10-
// Static assets
11-
// -- dapps
129
import uniImg from "@/public/images/dapps/uni.png"
1310
import ethImg from "@/public/images/eth-org-logo.png"
1411
import oneInchImg from "@/public/images/exchanges/1inch.png"
1512
import binanceImg from "@/public/images/exchanges/binance.png"
16-
// -- exchanges
1713
import coinbaseImg from "@/public/images/exchanges/coinbase.png"
1814
import coinmamaImg from "@/public/images/exchanges/coinmama.png"
1915
import geminiImg from "@/public/images/exchanges/gemini.png"
@@ -65,6 +61,13 @@ export const useStablecoinAccordion = () => {
6561
]
6662

6763
const earn: Array<CardProps> = [
64+
{
65+
title: "buidlbox",
66+
image: buidlboxImg,
67+
link: "https://app.buidlbox.io/",
68+
description: t("page-stablecoins-accordion-earn-project-1-description"),
69+
alt: t("buidlbox-logo"),
70+
},
6871
{
6972
title: t("page-stablecoins-accordion-earn-project-bug-bounties"),
7073
image: ethImg,

src/intl/en/page-stablecoins.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"page-stablecoins-accordion-buy-text-preview": "A lot of exchanges and wallets let you buy stablecoins directly. Geographical restrictions will apply.",
2727
"page-stablecoins-accordion-buy-title": "Buy",
2828
"page-stablecoins-accordion-buy-warning": "Centralized exchanges may only list fiat-backed stablecoins like USDC, Tether, and others. You may not be able to buy them directly, but you should be able to exchange them from ETH or other cryptocurrencies that you can buy on the platform.",
29+
"page-stablecoins-accordion-earn-project-1-description": "Ongoing and upcoming hackathons. Every buidlers gateway into the digital frontier.",
2930
"page-stablecoins-accordion-earn-project-2-description": "Technology, content, and other work for the MakerDao community (the team that brought you Dai).",
3031
"page-stablecoins-accordion-earn-project-3-description": "When you really know your stuff, find bugs to earn Dai.",
3132
"page-stablecoins-accordion-earn-project-bug-bounties": "Consensus layer bug bounties",
@@ -179,6 +180,7 @@
179180
"aave-logo": "Aave logo",
180181
"binance-logo": "Binance logo",
181182
"bittrex-logo": "Bittrex logo",
183+
"buidlbox-logo": "Buidlbox logo",
182184
"coinbase-logo": "Coinbase logo",
183185
"coinmama-logo": "Coinmama logo",
184186
"compound-logo": "Compound logo",
@@ -188,7 +190,6 @@
188190
"page-stablecoins-show-more": "Show more",
189191
"page-stablecoins-no-results": "No stablecoins match the current filters",
190192
"gemini-logo": "Gemini logo",
191-
"gitcoin-logo": "Gitcoin logo",
192193
"makerdao-logo": "MakerDao logo",
193194
"matcha-logo": "Matcha logo",
194195
"sparkfi-logo": "Spark Protocol logo",

0 commit comments

Comments
 (0)