From 792bd6b999eda8802fc8a8fc8c0337acf0bd0519 Mon Sep 17 00:00:00 2001 From: Atatakai Date: Wed, 23 Oct 2024 13:42:37 +0400 Subject: [PATCH] (govern) chore: fix snapshot link --- apps/govern/components/Proposals/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/govern/components/Proposals/index.tsx b/apps/govern/components/Proposals/index.tsx index 5c70c2ef..8c02618a 100644 --- a/apps/govern/components/Proposals/index.tsx +++ b/apps/govern/components/Proposals/index.tsx @@ -38,7 +38,7 @@ const SnapshotCard = () => ( size="large" type="primary" ghost - href="https://snapshot.org/#/autonolas.eth" + href="https://snapshot.box/#/s:autonolas.eth" target="_blank" > {`Vote on Snapshot ${UNICODE_SYMBOLS.EXTERNAL_LINK}`}