mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-28 20:25:19 +00:00
add link to edit project
This commit is contained in:
parent
89f7ab0860
commit
57132ab962
@ -235,7 +235,9 @@ const SubmissionSection = ({ classes, projectData, projectId, profileData, start
|
||||
/>
|
||||
</div>}
|
||||
{manifest && <div className={classnames(secondHalf)}>
|
||||
<div className={classes.edit}>{isCreator ? 'Edit' : ''}</div>
|
||||
<Link to={`/update-project/${projectId}`} className={classes.link}>
|
||||
<div className={classes.edit}>{isCreator ? 'Edit' : ''}</div>
|
||||
</Link>
|
||||
<Typography className={classes.projectTitle} component="h2" gutterBottom>
|
||||
{`${totalPledged.toLocaleString()} ${tokenLabel}`} pledged
|
||||
</Typography>
|
||||
|
Loading…
x
Reference in New Issue
Block a user