Skip to content

Commit

Permalink
Merge pull request singnet#121 from raamb/master
Browse files Browse the repository at this point in the history
Changed references to /Profile to /Account
  • Loading branch information
anandrgitnirman authored Feb 8, 2019
2 parents ec32081 + c0458a2 commit 1a9b499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/GetStarted.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class GetStarted extends React.Component {
</div>

<div className="steps-details">
You can add tokens to the Escrow from the Deposit tab of the {<Link to="/Profile"><span>Profile</span> </Link>} page.
You can add tokens to the Escrow from the Deposit tab of the {<Link to="/Account"><span>Account</span> </Link>} page.
You are now set to start calling agents.
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/JobDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export class Jobdetails extends React.Component {
onCloseEscrowBalanceAlert() {
this.setState({showEscrowBalanceAlert: false})
this.onCloseJobDetailsSlider()
this.props.history.push("/Profile")
this.props.history.push("/Account")
}

render()
Expand All @@ -431,7 +431,7 @@ export class Jobdetails extends React.Component {
<DAppModal open={this.state.openchaining} message={"Your transaction is being mined."} showProgress={true}/>
</div>
<div>
<DAppModal open={this.state.showEscrowBalanceAlert} message={"The balance in your escrow account is 0. Please transfer money from your wallet to the escrow account to proceed."} showProgress={false} link={"/Profile"} linkText="Deposit"/>
<DAppModal open={this.state.showEscrowBalanceAlert} message={"The balance in your escrow account is 0. Please transfer money from your wallet to the escrow account to proceed."} showProgress={false} link={"/Account"} linkText="Deposit"/>
</div>
<Modal open={this.state.jobDetailsSliderOpen} onClose={this.onCloseJobDetailsSlider}>
<PerfectScrollbar>
Expand Down

0 comments on commit 1a9b499

Please sign in to comment.