Skip to content

Commit

Permalink
Merge pull request #17 from pnetwork-association/fix/link
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviera9 authored Nov 1, 2023
2 parents 1d50259 + 0c5d98a commit 80760b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/complex/Version/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<VersionDiv {..._props}>
<ContainerOptions>
Expand Down

0 comments on commit 80760b9

Please sign in to comment.