Skip to content

Commit

Permalink
feat: implement aave chan interface merit claim page link [skip cypre…
Browse files Browse the repository at this point in the history
…ss] (#2109)
  • Loading branch information
MartinGbz authored Jul 31, 2024
1 parent 9cc4ff6 commit 4f1855e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions src/components/incentives/MeritIncentivesTooltipContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ export const MeritIncentivesTooltipContent = ({
</Link>
</Typography>

<Typography variant="caption" color="text.secondary" mb={3}>
<Trans>Merit Program rewards are claimed through the</Trans>{' '}
<Link
href="https://apps.aavechan.com/merit"
sx={{ textDecoration: 'underline' }}
variant="caption"
color="text.secondary"
>
Aave Chan Initiative interface
</Link>
{'.'}
</Typography>

<Box sx={{ width: '100%' }}>
<Row
height={32}
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/messages.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,10 @@ msgstr "Meet GHO"
msgid "Menu"
msgstr "Menu"

#: src/components/incentives/MeritIncentivesTooltipContent.tsx
msgid "Merit Program rewards are claimed through the"
msgstr "Merit Program rewards are claimed through the"

#: src/components/transactions/MigrateV3/MigrateV3Actions.tsx
#: src/components/transactions/StakingMigrate/StakingMigrateActions.tsx
msgid "Migrate"
Expand Down

3 comments on commit 4f1855e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.