File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -1176,6 +1176,13 @@ const DappsPage = ({
11761176 image : getImage ( data . rarible ) ,
11771177 alt : t ( "page-dapps-rarible-logo-alt" ) ,
11781178 } ,
1179+ {
1180+ title : "Art Blocks" ,
1181+ description : t ( "page-dapps-dapp-description-artblocks" ) ,
1182+ link : "https://artblocks.io/" ,
1183+ image : getImage ( data . artblocks ) ,
1184+ alt : t ( "page-dapps-artblocks-logo-alt" ) ,
1185+ } ,
11791186 ]
11801187
11811188 const editorChoices = [
@@ -2182,5 +2189,8 @@ export const query = graphql`
21822189 synthetix: file(relativePath: { eq: "dapps/synthetix.png" }) {
21832190 ...dappImage
21842191 }
2192+ artblocks: file(relativePath: { eq: "dapps/artblocks.png" }) {
2193+ ...dappImage
2194+ }
21852195 }
21862196`
You can’t perform that action at this time.
0 commit comments