Skip to content

Commit

Permalink
Fix Backup dashboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Oct 13, 2017
1 parent 6e098b6 commit 89eee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Wallet/Backup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Restore extends Component {
if(has_new_wallet)
return <span>
<h5><Translate content="wallet.restore_success" name={new_wallet.toUpperCase()} /></h5>
<Link to="dashboard">
<Link to="/dashboard">
<div className="button outline">
<Translate component="span" content="header.dashboard" />
</div>
Expand Down

0 comments on commit 89eee9d

Please sign in to comment.