Skip to content

Commit

Permalink
Swap out incentives blog link (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanDYDX committed Aug 1, 2024
1 parent 849ed21 commit 147c1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class dydxRewardsLaunchIncentivesPresenter: HostedViewPresenter<dydxRewar
.store(in: &subscriptions)

viewModel?.aboutAction = {
Router.shared?.navigate(to: URL(string: "https://dydx.exchange/blog/v4-full-trading"), completion: nil)
Router.shared?.navigate(to: URL(string: "https://dydx.forum/t/launch-of-season-5-of-the-launch-incentive-program/2725"), completion: nil)
}

viewModel?.leaderboardAction = {
Expand Down

0 comments on commit 147c1ef

Please sign in to comment.