Skip to content

Commit f1246bd

Browse files
authored
Merge pull request #11260 from ethereum/addArtBlocks
Add Art Blocks dapp info
2 parents 4a7ba16 + 3cc063e commit f1246bd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

src/assets/dapps/artblocks.png

97.2 KB
Loading

src/intl/en/page-dapps.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,7 @@
284284
"page-dapps-convex-image-alt": "Convex logo",
285285
"foundation": "Foundation",
286286
"transaction-fees": "What are transaction fees?",
287-
"page-wallets-get-some": "Get some ETH"
287+
"page-wallets-get-some": "Get some ETH",
288+
"page-dapps-dapp-description-artblocks": "Art Blocks is dedicated to bringing compelling works of contemporary generative art to life",
289+
"page-dapps-artblocks-image-alt": "Art Blocks logo"
288290
}

src/pages-conditional/dapps.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,13 @@ const DappsPage = ({
11771177
image: getImage(data.rarible),
11781178
alt: t("page-dapps-rarible-logo-alt"),
11791179
},
1180+
{
1181+
title: "Art Blocks",
1182+
description: t("page-dapps-dapp-description-artblocks"),
1183+
link: "https://artblocks.io/",
1184+
image: getImage(data.artblocks),
1185+
alt: t("page-dapps-artblocks-logo-alt"),
1186+
},
11801187
]
11811188

11821189
const editorChoices = [
@@ -2183,5 +2190,8 @@ export const query = graphql`
21832190
synthetix: file(relativePath: { eq: "dapps/synthetix.png" }) {
21842191
...dappImage
21852192
}
2193+
artblocks: file(relativePath: { eq: "dapps/artblocks.png" }) {
2194+
...dappImage
2195+
}
21862196
}
21872197
`

0 commit comments

Comments
 (0)