Skip to content

Commit

Permalink
feat: import new proposals using JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
gleiser-oliveira authored and therealemjy committed Aug 22, 2023
1 parent 0abccec commit 51cf852
Show file tree
Hide file tree
Showing 26 changed files with 2,159 additions and 243 deletions.
5 changes: 4 additions & 1 deletion src/App/Switch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ const Switch = () => {
<Route exact path={routes.history.path} component={History} />

<Route exact path={routes.governance.path} component={Vote} />
<RRSwitch>
<Route exact path={routes.governanceProposal.path} component={Proposal} />
<Route path={`${routes.governance.path}/:newProposalStep`} component={Vote} />
</RRSwitch>
<Route exact path={routes.governanceLeaderBoard.path} component={VoterLeaderboard} />
<Route exact path={routes.governanceVoter.path} component={Voter} />
<Route exact path={routes.governanceProposal.path} component={Proposal} />

<Route exact path={routes.xvs.path} component={Xvs} />

Expand Down
Loading

0 comments on commit 51cf852

Please sign in to comment.