Skip to content

Commit

Permalink
remove bridge text
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Jan 4, 2024
1 parent edb16a9 commit 9a9c3a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/building-blocks/Section_2_vs2/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,19 @@ export const BlockDataList: BlockItemType[] = [
networkList: [
{
logoUrl: '/icons/btc_logo.svg',
name: 'Bitcoin Bridge',
name: 'Bitcoin',
},
{
logoUrl: '/icons/brc20_logo.svg',
name: 'BRC20 Bridge',
name: 'BRC20',
},
{
logoUrl: '/icons/eth_logo.svg',
name: 'Ethereum Bridge',
name: 'Ethereum',
},
{
logoUrl: '/icons/sol_logo.svg',
name: 'Solana Bridge',
name: 'Solana',
},
],
bgColor: '#FF5C5C',
Expand Down

0 comments on commit 9a9c3a8

Please sign in to comment.