Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/components/L2Vesting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,10 @@ const L2Vesting: FC<IProps> = () => {
data: () => (
<div className={styles.vesting}>
<Typography variant="h6" weight={500}>
Seekers Program - Vested SQT
Other Vested SQT
</Typography>
<Typography type="secondary" style={{ marginTop: 8 }}>
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.
</Typography>
{accountPlans.data?.map((node: VestingAllocationPlanNode, index) => {
const vestingPeriod = +node.plan.vestingPeriod;
Expand Down
Loading