File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -394,6 +394,18 @@ const Index: NextPage<IndexProps> = ({ navItems }: IndexProps) => {
394
394
href : 'https://harmony.one/' ,
395
395
beta : true ,
396
396
} ,
397
+ {
398
+ title : 'zkSync' ,
399
+ image : '/img/networks/zksync.svg' ,
400
+ href : 'https://zksync.io/' ,
401
+ beta : true ,
402
+ } ,
403
+ {
404
+ title : 'Cosmos Hub' ,
405
+ image : '/img/networks/cosmos.svg' ,
406
+ href : 'https://cosmos.network/' ,
407
+ beta : true ,
408
+ } ,
397
409
] . map ( ( network , index ) => (
398
410
< Flex . Column as = "li" key = { index } >
399
411
< Text as = "div" size = "14px" color = "White48" sx = { { textAlign : 'center' } } >
@@ -421,7 +433,9 @@ const Index: NextPage<IndexProps> = ({ navItems }: IndexProps) => {
421
433
</ Flex . Column >
422
434
) ) }
423
435
</ ul >
424
- < Text . P14 sx = { { mt : '32px' } } > *{ t ( 'index.supportedNetworks.betaWarning' ) } </ Text . P14 >
436
+ < Text . P14 color = "White64" sx = { { mt : '32px' } } >
437
+ *{ t ( 'index.supportedNetworks.betaWarning' ) }
438
+ </ Text . P14 >
425
439
</ div >
426
440
</ MDXLayout >
427
441
)
You can’t perform that action at this time.
0 commit comments