Added System page
This commit is contained in:
@@ -33,7 +33,7 @@ export class Home extends Component {
|
||||
</Row.Item>
|
||||
<Row.Item width={sizeInfo.panelButtonSpacing} />
|
||||
<Row.Item>
|
||||
<PanelButton icon='system' text='System' />
|
||||
<PanelButton icon='system' text='System' onClick={() => (this.props.history.push('/system'))} />
|
||||
</Row.Item>
|
||||
<Row.Item grow />
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user