change funds-management link to create-delegate page
This commit is contained in:
parent
e3312c9887
commit
2dbc91e53b
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue