From 0c5d98a3eee1007342b725434e221fcfc257235d Mon Sep 17 00:00:00 2001 From: eenvin Date: Wed, 1 Nov 2023 08:11:25 +0100 Subject: [PATCH] fix(gitHub): fix link to GitHub branch --- src/components/complex/Version/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/complex/Version/index.jsx b/src/components/complex/Version/index.jsx index 3e384a7..7dab75b 100644 --- a/src/components/complex/Version/index.jsx +++ b/src/components/complex/Version/index.jsx @@ -34,7 +34,7 @@ const VersionButton = styled.button` ` export default function Version({ ..._props }) { - const githubLink = 'https://github.com/pnetwork-association/dao-v2-ui/tree/feat/multichain' + const githubLink = 'https://github.com/pnetwork-association/dao-v2-ui/tree/v2' return (