menu color black
This commit is contained in:
parent
95a4cb9da9
commit
700be0e276
@ -45,7 +45,7 @@ export class TopBar extends React.Component<any, any> {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Menu>
|
||||
<Menu inverted borderless size='tiny'>
|
||||
<Menu.Item href='//google.com' target='_blank'> Home </Menu.Item>
|
||||
<Dropdown text='Monitoring' pointing className='link item'>
|
||||
<Dropdown.Menu>
|
||||
|
@ -13,13 +13,13 @@ export class Layout extends React.Component<any, any> {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Container>
|
||||
<div>
|
||||
<Header />
|
||||
<Container>
|
||||
contents area
|
||||
</Container>
|
||||
<Footer />
|
||||
</Container>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user