Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Feb 5, 2024
1 parent b592413 commit 5681b73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SQT Airdrop App

dApp for users interact with SubQuery airdrop contract [https://airdrop.subquery.foundation](https://airdrop.subquery.foundation)
dApp for users interact with SubQuery Claim contract [https://claim.subquery.foundation](https://claim.subquery.foundation)
4 changes: 2 additions & 2 deletions src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export const Header: React.VFC = () => {
link: 'https://seekers.subquery.foundation/'
},
{
label: 'Airdrop Claim',
link: 'https://airdrop.subquery.foundation/'
label: 'SQT Claim',
link: 'https://claim.subquery.foundation/'
},
{
label: 'Blog',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const en = {
whenExpires: 'Expires {{date}}',
nextMilestone: 'Next Milestone',
claimTitle: 'Claim {{token}} and other NFT',
description: 'If you are eligible to claim any SQT tokens, you can see them below.',
description: 'If you are eligible to claim any SQT of NFTs, you can see and claim them below.',
claim: 'Claim Unlocked',
successClaim: 'You have claimed tokens successfully',
nonToClaim: 'No Claimable Tokens Available'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function Home() {
<Typography variant="h4" weight={600} style={{ marginBottom: 32 }}>
{activeKey === 'Challenge' ? 'SubQuery Seekers Program' : 'SubQuery Token Claim'}
</Typography>
<PointsCard />
{activeKey === 'Challenge' ? <PointsCard /> : null}
</div>
<Tabs
style={{ display: 'none' }}
Expand Down

0 comments on commit 5681b73

Please sign in to comment.