Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmar-const committed Nov 13, 2024
1 parent 8e308e1 commit 1e2372e
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions src/modules/landing/Componets/Chain/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,41 +160,41 @@ const DATA_CHAINS = [
bgTop: 'FF9999',
bgBottom: 'B74D4D',
},
{
img: chain_5,
title: 'Swamps',
stud: 1,
link: 'https://stampchain.io/',
data: [
{
left: 'Currency',
right: 'SWP',
icon: '/landing/svg/lego_icon_flat.svg',
},
{
left: 'Use Case',
right: 'SRC-20 trading',
icon: '/landing/svg/lego_icon_rect.svg',
},
{
left: 'Rollups',
right: 'Optimistic, Sovereign',
icon: '/landing/svg/lego_icon_rollup.svg',
},
{
left: 'Data Validity',
right: 'Bitcoin Stamps',
icon: '/landing/svg/lego_icon_cube.svg',
},
{
left: 'Data Availability',
right: 'Polygon',
icon: '/landing/svg/lego_icon_cube.svg',
},
],
bgTop: 'F0B9FE',
bgBottom: 'A459A6',
},
// {
// img: chain_5,
// title: 'Swamps',
// stud: 1,
// link: 'https://stampchain.io/',
// data: [
// {
// left: 'Currency',
// right: 'SWP',
// icon: '/landing/svg/lego_icon_flat.svg',
// },
// {
// left: 'Use Case',
// right: 'SRC-20 trading',
// icon: '/landing/svg/lego_icon_rect.svg',
// },
// {
// left: 'Rollups',
// right: 'Optimistic, Sovereign',
// icon: '/landing/svg/lego_icon_rollup.svg',
// },
// {
// left: 'Data Validity',
// right: 'Bitcoin Stamps',
// icon: '/landing/svg/lego_icon_cube.svg',
// },
// {
// left: 'Data Availability',
// right: 'Polygon',
// icon: '/landing/svg/lego_icon_cube.svg',
// },
// ],
// bgTop: 'F0B9FE',
// bgBottom: 'A459A6',
// },
// {
// img: chain_6,
// title: 'Your chain',
Expand Down

0 comments on commit 1e2372e

Please sign in to comment.