Skip to content

Commit 598b442

Browse files
committed
fix: buidlbox data and icon
use og:description; trim image for square aspect ratio; rm deprecated string
1 parent e8582ab commit 598b442

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

public/images/dapps/buidlbox.png

-23.5 KB
Loading

src/components/StablecoinAccordion/useStablecoinAccordion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const useStablecoinAccordion = () => {
6262

6363
const earn: Array<CardProps> = [
6464
{
65-
title: t("page-stablecoins-accordion-earn-project-bounties"),
65+
title: "buidlbox",
6666
image: buidlboxImg,
6767
link: "https://app.buidlbox.io/",
6868
description: t("page-stablecoins-accordion-earn-project-1-description"),

src/intl/en/page-stablecoins.json

Lines changed: 1 addition & 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",
@@ -189,7 +190,6 @@
189190
"page-stablecoins-show-more": "Show more",
190191
"page-stablecoins-no-results": "No stablecoins match the current filters",
191192
"gemini-logo": "Gemini logo",
192-
"gitcoin-logo": "Gitcoin logo",
193193
"makerdao-logo": "MakerDao logo",
194194
"matcha-logo": "Matcha logo",
195195
"sparkfi-logo": "Spark Protocol logo",

0 commit comments

Comments
 (0)