Move logout, add info, and VPN warning
This commit is contained in:
+2
-22
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user