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

Commit e02c82a

Browse files
rossoskullaashutoshrathi
authored andcommitted
Update "About Team" section (#104)
1 parent c53e370 commit e02c82a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/team/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ class Team extends React.Component {
66
render() {
77
return (
88
<div className="team-section">
9+
<h2 className="primary-color" style={{ marginTop: '30px' }}>
10+
{this.props.team.name}
11+
</h2>
912
<div uk-grid="true" className={'uk-grid-large uk-child-width-expand@s'}>
1013
{this.props.team.members.map((member, idx) => (
1114
<div
@@ -20,7 +23,7 @@ class Team extends React.Component {
2023
/>
2124
<div className={'uk-margin-top'}>{member.name}</div>
2225
<div>
23-
[ <span className={'primary-color'}>{this.props.team.name}</span> ]
26+
[ <span className={'primary-color'}>{member.role}</span> ]
2427
</div>
2528
<div className={'uk-margin-left'}>
2629
{member.links.github && (

0 commit comments

Comments
 (0)