Skip to content

Commit

Permalink
Merge pull request #50 from TrustlessComputer/update/module-store
Browse files Browse the repository at this point in the history
update moudle store page
  • Loading branch information
tonytc13579 authored Jan 18, 2024
2 parents 6fec689 + ac13431 commit bcc0e12
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file added public/images/arbitrum_coming_soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/avali_coming_soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/nearDA_coming_soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/rollkit_coming_soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/starknet_coming_soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/zksync_zkvm_coming_soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/modules/building-blocks/Section_2_vs2/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ export const BlockDataList: BlockItemType[] = [
name: 'Eigen',
},
{
logoUrl: '/images/lego_avail.svg',
logoUrl: '/images/avali_coming_soon.png',
name: 'Avail',
isComingSoon: true,
},
{
logoUrl: '/images/lego_near.svg',
logoUrl: '/images/nearDA_coming_soon.png',
name: 'NearDA',
isComingSoon: true,
},
Expand All @@ -63,20 +63,20 @@ export const BlockDataList: BlockItemType[] = [
{
logoUrl: '/images/lego_polygon.svg',
name: 'Polygon',
isComingSoon: true,
isComingSoon: false,
},
{
logoUrl: '/images/lego_zksync_zkvm.svg',
logoUrl: '/images/zksync_zkvm_coming_soon.png',
name: 'ZKSync ZKVM',
isComingSoon: true,
},
{
logoUrl: '/images/lego_arbitrum.svg',
logoUrl: '/images/arbitrum_coming_soon.png',
name: 'Arbitrum',
isComingSoon: true,
},
{
logoUrl: '/images/lego_starknet.svg',
logoUrl: '/images/starknet_coming_soon.png',
name: 'Starknet',
isComingSoon: true,
},
Expand All @@ -97,7 +97,7 @@ export const BlockDataList: BlockItemType[] = [
name: 'Optimism',
},
{
logoUrl: '/images/lego_rollkit.svg',
logoUrl: '/images/rollkit_coming_soon.png',
name: 'Rollkit',
isComingSoon: true,
},
Expand Down

0 comments on commit bcc0e12

Please sign in to comment.