mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added Notification
bottom sidebar item
This commit is contained in:
parent
f3d1029502
commit
429a12cbf4
@ -345,6 +345,11 @@ export default class Sidebar extends React.Component {
|
||||
{!this.state.editMode && (
|
||||
<div key="bottom" className="app_sidebar_bottom">
|
||||
<Menu selectable={false} mode="inline" theme={this.props.theme} onClick={this.handleClick}>
|
||||
<Menu.Item key="notifications" icon={<Icons.Bell />}>
|
||||
<Translation>
|
||||
{t => t("Notifications")}
|
||||
</Translation>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="settings" icon={<Icons.Settings />}>
|
||||
<Translation>
|
||||
{t => t("Settings")}
|
||||
|
Loading…
x
Reference in New Issue
Block a user