From 0a4fa2783b99a553d481d6dae7520487eb51a4a7 Mon Sep 17 00:00:00 2001 From: Ali Atiia <42751398+aliatiia@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:36:57 -0400 Subject: [PATCH] voting dashboard should go to Snapshot not forum The voting dashboard has since been moved to Snapshot --- src/components/vote/vote.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/vote/vote.jsx b/src/components/vote/vote.jsx index ee7a4b73..dad31909 100644 --- a/src/components/vote/vote.jsx +++ b/src/components/vote/vote.jsx @@ -484,7 +484,7 @@ class Vote extends Component { } goToDashboard = () => { - window.open('https://gov.yearn.finance/', "_blank") + window.open('https://snapshot.page/#/yearn/all', "_blank") } handleTabChange = (event, newValue) => {