Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sett committed Jan 15, 2024
1 parent 116ce26 commit 61daf23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/bvm_v2/Vesting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Vesting = (props: Props) => {
<td>Monthly</td>
</tr>
<tr>
<td>Advisors</td>
<td>Investors</td>
<td>2 years</td>
<td>6 months</td>
<td>Monthly</td>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/landing/Componets/Chain/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const DATA_CHAINS = [
},
{
left: 'Use Case',
right: 'AI',
right: 'GameFi',
icon: '/landing/svg/lego_icon_rect.svg',
},
{
Expand All @@ -115,7 +115,7 @@ const DATA_CHAINS = [
},
{
left: 'Data Availability',
right: 'EigeDA',
right: 'EigenDA',
icon: '/landing/svg/lego_icon_cube.svg',
},
],
Expand Down

0 comments on commit 61daf23

Please sign in to comment.