test
This commit is contained in:
parent
46f9d990f8
commit
551d901a56
|
@ -26,13 +26,6 @@ export class LogoBar extends React.Component<any, any> {
|
||||||
|
|
||||||
public render(): JSX.Element {
|
public render(): JSX.Element {
|
||||||
let icon =
|
let icon =
|
||||||
// <Button
|
|
||||||
// color='red'
|
|
||||||
// content='Notifications'
|
|
||||||
// icon='bell'
|
|
||||||
// floated='right'
|
|
||||||
// label={{ basic: true, color: 'red', pointing: 'left', content: '3' }}
|
|
||||||
// />;
|
|
||||||
<Menu.Item position='right'>
|
<Menu.Item position='right'>
|
||||||
<Icon name='bell'/>
|
<Icon name='bell'/>
|
||||||
<Label color='red'>10</Label>
|
<Label color='red'>10</Label>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user