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 (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Menu>
|
<Menu inverted borderless size='tiny'>
|
||||||
<Menu.Item href='//google.com' target='_blank'> Home </Menu.Item>
|
<Menu.Item href='//google.com' target='_blank'> Home </Menu.Item>
|
||||||
<Dropdown text='Monitoring' pointing className='link item'>
|
<Dropdown text='Monitoring' pointing className='link item'>
|
||||||
<Dropdown.Menu>
|
<Dropdown.Menu>
|
||||||
|
@ -13,13 +13,13 @@ export class Layout extends React.Component<any, any> {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Container>
|
<div>
|
||||||
<Header />
|
<Header />
|
||||||
<Container>
|
<Container>
|
||||||
contents area
|
contents area
|
||||||
</Container>
|
</Container>
|
||||||
<Footer />
|
<Footer />
|
||||||
</Container>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user