Skip to content

Commit 9cd986b

Browse files
authored
feat: add link to aci from tooltip (#2716)
1 parent 57d7578 commit 9cd986b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/incentives/MeritIncentivesTooltipContent.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,7 @@ export const MeritIncentivesTooltipContent = ({
163163
does not guarantee the program and accepts no liability.
164164
</Trans>{' '}
165165
<Link
166-
href={
167-
meritIncentives.customForumLink
168-
? meritIncentives.customForumLink
169-
: 'https://governance.aave.com/t/arfc-set-aci-as-emission-manager-for-liquidity-mining-programs/17898'
170-
}
166+
href={'https://apps.aavechan.com/merit'}
171167
sx={{ textDecoration: 'underline' }}
172168
variant="caption"
173169
color="text.secondary"

0 commit comments

Comments
 (0)