diff --git a/public/images/dapps/buidlbox.png b/public/images/dapps/buidlbox.png new file mode 100644 index 00000000000..114a4d75bf9 Binary files /dev/null and b/public/images/dapps/buidlbox.png differ diff --git a/public/images/dapps/gitcoin.png b/public/images/dapps/gitcoin.png index 0450d7d0f72..6d17effcf09 100644 Binary files a/public/images/dapps/gitcoin.png and b/public/images/dapps/gitcoin.png differ diff --git a/src/components/StablecoinAccordion/useStablecoinAccordion.ts b/src/components/StablecoinAccordion/useStablecoinAccordion.ts index c095cd7c77a..c42b7c8cdf7 100644 --- a/src/components/StablecoinAccordion/useStablecoinAccordion.ts +++ b/src/components/StablecoinAccordion/useStablecoinAccordion.ts @@ -2,18 +2,14 @@ import { type CardProps } from "@/components/CardList" import { useTranslation } from "@/hooks/useTranslation" import aaveImg from "@/public/images/dapps/aave.png" -// -- borrow +import buidlboxImg from "@/public/images/dapps/buidlbox.png" import compoundImg from "@/public/images/dapps/compound.png" -// -- earn import matchaImg from "@/public/images/dapps/matcha.png" import summerfiImg from "@/public/images/dapps/summerfi.png" -// Static assets -// -- dapps import uniImg from "@/public/images/dapps/uni.png" import ethImg from "@/public/images/eth-org-logo.png" import oneInchImg from "@/public/images/exchanges/1inch.png" import binanceImg from "@/public/images/exchanges/binance.png" -// -- exchanges import coinbaseImg from "@/public/images/exchanges/coinbase.png" import coinmamaImg from "@/public/images/exchanges/coinmama.png" import geminiImg from "@/public/images/exchanges/gemini.png" @@ -65,6 +61,13 @@ export const useStablecoinAccordion = () => { ] const earn: Array = [ + { + title: "buidlbox", + image: buidlboxImg, + link: "https://app.buidlbox.io/", + description: t("page-stablecoins-accordion-earn-project-1-description"), + alt: t("buidlbox-logo"), + }, { title: t("page-stablecoins-accordion-earn-project-bug-bounties"), image: ethImg, diff --git a/src/intl/en/page-stablecoins.json b/src/intl/en/page-stablecoins.json index 5ef4de2e937..9d42c921aef 100644 --- a/src/intl/en/page-stablecoins.json +++ b/src/intl/en/page-stablecoins.json @@ -26,6 +26,7 @@ "page-stablecoins-accordion-buy-text-preview": "A lot of exchanges and wallets let you buy stablecoins directly. Geographical restrictions will apply.", "page-stablecoins-accordion-buy-title": "Buy", "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.", + "page-stablecoins-accordion-earn-project-1-description": "Ongoing and upcoming hackathons. Every buidlers gateway into the digital frontier.", "page-stablecoins-accordion-earn-project-2-description": "Technology, content, and other work for the MakerDao community (the team that brought you Dai).", "page-stablecoins-accordion-earn-project-3-description": "When you really know your stuff, find bugs to earn Dai.", "page-stablecoins-accordion-earn-project-bug-bounties": "Consensus layer bug bounties", @@ -179,6 +180,7 @@ "aave-logo": "Aave logo", "binance-logo": "Binance logo", "bittrex-logo": "Bittrex logo", + "buidlbox-logo": "Buidlbox logo", "coinbase-logo": "Coinbase logo", "coinmama-logo": "Coinmama logo", "compound-logo": "Compound logo", @@ -188,7 +190,6 @@ "page-stablecoins-show-more": "Show more", "page-stablecoins-no-results": "No stablecoins match the current filters", "gemini-logo": "Gemini logo", - "gitcoin-logo": "Gitcoin logo", "makerdao-logo": "MakerDao logo", "matcha-logo": "Matcha logo", "sparkfi-logo": "Spark Protocol logo",