diff --git a/src/components/L2Vesting/index.tsx b/src/components/L2Vesting/index.tsx index b462fa0..965853f 100644 --- a/src/components/L2Vesting/index.tsx +++ b/src/components/L2Vesting/index.tsx @@ -468,11 +468,10 @@ const L2Vesting: FC = () => { data: () => (
- Seekers Program - Vested SQT + Other Vested SQT - If you are an eligble user of the SubQuery Seekers campaign, and have been awarded vested SQT from the Seekers - Program, you can claim it below. + For Seekers Program and others, you can claim it below. {accountPlans.data?.map((node: VestingAllocationPlanNode, index) => { const vestingPeriod = +node.plan.vestingPeriod;