diff --git a/src/modules/bvm_v2/Vesting/index.tsx b/src/modules/bvm_v2/Vesting/index.tsx
index 686646739..252e2ff41 100644
--- a/src/modules/bvm_v2/Vesting/index.tsx
+++ b/src/modules/bvm_v2/Vesting/index.tsx
@@ -55,7 +55,7 @@ const Vesting = (props: Props) => {
Monthly |
- Advisors |
+ Investors |
2 years |
6 months |
Monthly |
diff --git a/src/modules/landing/Componets/Chain/index.tsx b/src/modules/landing/Componets/Chain/index.tsx
index 43578ea6d..047e1f211 100644
--- a/src/modules/landing/Componets/Chain/index.tsx
+++ b/src/modules/landing/Componets/Chain/index.tsx
@@ -100,7 +100,7 @@ const DATA_CHAINS = [
},
{
left: 'Use Case',
- right: 'AI',
+ right: 'GameFi',
icon: '/landing/svg/lego_icon_rect.svg',
},
{
@@ -115,7 +115,7 @@ const DATA_CHAINS = [
},
{
left: 'Data Availability',
- right: 'EigeDA',
+ right: 'EigenDA',
icon: '/landing/svg/lego_icon_cube.svg',
},
],