Skip to content
This repository was archived by the owner on Mar 3, 2019. It is now read-only.

Commit 7ee1e2e

Browse files
committed
Merge branch 'develop' of https://github.com/CodeTanzania/emis-dashboard into develop
2 parents b465d26 + 15a4d2d commit 7ee1e2e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/dashboard/contacts/index.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,18 @@ export default function Contacts() {
2828
Contacts
2929
</h3>
3030
</Col>
31-
<Col span={10}>
32-
<Button icon="plus" type="primary">
33-
New Contact
34-
</Button>
35-
</Col>
3631
</Row>
3732
</Header>
3833
{/* end header */}
34+
{/* start new contacts button */}
35+
<Row type="flex" justify="space-around">
36+
<Col span={20}>
37+
<Button icon="plus" type="primary">
38+
New Contact
39+
</Button>
40+
</Col>
41+
</Row>
42+
{/* end new contacts button */}
3943
{/* start filters */}
4044
<Filters />
4145
{/* end filters */}

0 commit comments

Comments
 (0)