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 284
284
"page-dapps-convex-image-alt" : " Convex logo" ,
285
285
"foundation" : " Foundation" ,
286
286
"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"
288
290
}
Original file line number Diff line number Diff line change @@ -1177,6 +1177,13 @@ const DappsPage = ({
1177
1177
image : getImage ( data . rarible ) ,
1178
1178
alt : t ( "page-dapps-rarible-logo-alt" ) ,
1179
1179
} ,
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
+ } ,
1180
1187
]
1181
1188
1182
1189
const editorChoices = [
@@ -2183,5 +2190,8 @@ export const query = graphql`
2183
2190
synthetix: file(relativePath: { eq: "dapps/synthetix.png" }) {
2184
2191
...dappImage
2185
2192
}
2193
+ artblocks: file(relativePath: { eq: "dapps/artblocks.png" }) {
2194
+ ...dappImage
2195
+ }
2186
2196
}
2187
2197
`
You can’t perform that action at this time.
0 commit comments