This commit is contained in:
JUDIT GRESKOVITS 2017-01-30 17:55:31 +00:00
parent 46b314e5b5
commit da3d6f0f17
1 changed files with 3 additions and 5 deletions

View File

@ -48,11 +48,9 @@ const Projects = ({
{empty} {empty}
<Row> <Row>
<Column xs={12}> <Column xs={12}>
<Link to={`/${org.id}/new-project`}> <Button>
<Button> <FormattedMessage id='create-new' />
<FormattedMessage id='create-new' /> </Button>
</Button>
</Link>
</Column> </Column>
</Row> </Row>
<Row> <Row>