From d520ebcfce376bb54bf2900edb7a594c68fe81eb Mon Sep 17 00:00:00 2001 From: Jeremy Lee <37092291+yogurtandjam@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:28:41 -0400 Subject: [PATCH] feat: swap reward blogpost for chaos labs link [OTE-382] (#865) --- src/pages/token/LaunchIncentivesPanel.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/token/LaunchIncentivesPanel.tsx b/src/pages/token/LaunchIncentivesPanel.tsx index b6ea9ecd4..396a46b86 100644 --- a/src/pages/token/LaunchIncentivesPanel.tsx +++ b/src/pages/token/LaunchIncentivesPanel.tsx @@ -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', + }) ) ); }}