Skip to content

Commit

Permalink
[governance] Fix create proposal link (#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyp authored Jan 6, 2022
1 parent f2bf529 commit c279f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const ProposalsTab = ({ isDarkTheme }) => {
<PiLink
className={styles.politeiaButton}
CustomComponent={Button}
path="/proposals/new"
path="/record/new"
isTestnet={isTestnet}>
<T id="proposals.community.createLink" m="Create a Proposal" />
</PiLink>
Expand Down

0 comments on commit c279f97

Please sign in to comment.