Move logout, add info, and VPN warning

This commit is contained in:
2019-03-21 21:55:33 -06:00
parent 3863f58b41
commit 9fd00d6442
2 changed files with 8 additions and 25 deletions
+2 -22
View File
@@ -76,28 +76,8 @@ class Tool extends Component {
</div>
</Segment>
<Table basic='very' unstackable>
<Table.Body>
<Table.Row>
<Table.Cell>Cat</Table.Cell>
<Table.Cell>Meow</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>Dog</Table.Cell>
<Table.Cell warning>
<Icon name='attention' />
Bark
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>Bird</Table.Cell>
<Table.Cell>Chrip</Table.Cell>
</Table.Row>
</Table.Body>
</Table>
<Header as='h4'>Notes</Header>
<p>{tool.notes}</p>
<Header as='h4'>Information</Header>
<p>{tool.info}</p>
</Segment>
</Container>
);