Added team page

This commit is contained in:
John Lyon-Smith
2018-03-26 11:24:08 -07:00
parent c38f07a440
commit 80c37f8642
10 changed files with 623 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ export class Home extends Component {
</Row.Item>
<Row.Item width={sizeInfo.panelButtonSpacing} />
<Row.Item>
<PanelButton icon='teams' text='Teams' />
<PanelButton icon='teams' text='Teams' onClick={() => (this.props.history.push('/teams'))} />
</Row.Item>
<Row.Item width={sizeInfo.panelButtonSpacing} />
<Row.Item>