change funds-management link to create-delegate page

This commit is contained in:
Barry Gitarts 2019-05-13 10:25:11 -04:00 committed by Barry G
parent e3312c9887
commit 2dbc91e53b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const SubmissionSection = ({ classes, profiles, delegatePledges, projectId, open
{profiles && profiles.length === 0 && {profiles && profiles.length === 0 &&
<Typography color="error"> <Typography color="error">
Please create a Delegate profile before backing - Please create a Delegate profile before backing -
<Link href="/#/funds-management"> Delegate creation page</Link> <Link href="/#/create-delegate"> Delegate creation page</Link>
</Typography>} </Typography>}
<TextField <TextField
className={classes.textField} className={classes.textField}