Skip to content

Commit

Permalink
feat: swap reward blogpost for chaos labs link [OTE-382] (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam authored Aug 1, 2024
1 parent 056efb9 commit d520ebc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/token/LaunchIncentivesPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ const LaunchIncentivesContent = () => {
onClick={() => {
dispatch(
openDialog(
DialogTypes.ExternalLink({ link: 'https://dydx.exchange/blog/v4-full-trading' })
DialogTypes.ExternalLink({
link: 'https://dydx.forum/t/launch-of-season-5-of-the-launch-incentive-program/2725',
})
)
);
}}
Expand Down

0 comments on commit d520ebc

Please sign in to comment.