From 681709bf0c160e789abec16fba3f1e8eb9195a28 Mon Sep 17 00:00:00 2001 From: Prashan Dharmasena <163016611+prashanDYDX@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:23:11 -0400 Subject: [PATCH] Swap out blog link --- .../profile/components/DydxProfileLaunchIncentivesViewModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4/feature/profile/src/main/java/exchange/dydx/trading/feature/profile/components/DydxProfileLaunchIncentivesViewModel.kt b/v4/feature/profile/src/main/java/exchange/dydx/trading/feature/profile/components/DydxProfileLaunchIncentivesViewModel.kt index 6a3e1c60..9d5495f2 100644 --- a/v4/feature/profile/src/main/java/exchange/dydx/trading/feature/profile/components/DydxProfileLaunchIncentivesViewModel.kt +++ b/v4/feature/profile/src/main/java/exchange/dydx/trading/feature/profile/components/DydxProfileLaunchIncentivesViewModel.kt @@ -38,7 +38,7 @@ class DydxProfileLaunchIncentivesViewModel @Inject constructor( season = season, points = points, aboutAction = { - router.navigateTo("https://dydx.exchange/blog/v4-full-trading") + router.navigateTo("https://dydx.forum/t/launch-of-season-5-of-the-launch-incentive-program/2725") }, leaderboardAction = { router.navigateTo("https://community.chaoslabs.xyz/dydx-v4/risk/leaderboard")