mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-10 19:47:04 +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>}
|
</div>}
|
||||||
{manifest && <div className={classnames(secondHalf)}>
|
{manifest && <div className={classnames(secondHalf)}>
|
||||||
|
<Link to={`/update-project/${projectId}`} className={classes.link}>
|
||||||
<div className={classes.edit}>{isCreator ? 'Edit' : ''}</div>
|
<div className={classes.edit}>{isCreator ? 'Edit' : ''}</div>
|
||||||
|
</Link>
|
||||||
<Typography className={classes.projectTitle} component="h2" gutterBottom>
|
<Typography className={classes.projectTitle} component="h2" gutterBottom>
|
||||||
{`${totalPledged.toLocaleString()} ${tokenLabel}`} pledged
|
{`${totalPledged.toLocaleString()} ${tokenLabel}`} pledged
|
||||||
</Typography>
|
</Typography>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user