Skip to content

Commit

Permalink
#2662 Update link from dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbsfromncis committed May 10, 2019
1 parent 69eb749 commit 5fab3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Layout/HeaderDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export default class DropDownMenu extends React.Component {
})}
onClick={this.props.onNavigate.bind(
this,
`/create-account/${
!passwordLogin ? "wallet" : "password"
`/registration/${
!passwordLogin ? "local" : "cloud"
}`
)}
>
Expand Down

0 comments on commit 5fab3e3

Please sign in to comment.