Skip to content
Snippets Groups Projects
Commit e016afd3 authored by Hermann's avatar Hermann
Browse files

add announce tool to sidebar

parent fdb0f968
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ export default class Sidebar {
m(Button, { href: '/users', glyph: 'list-alt', title: 'Users' }),
m(Button, { href: '/events', glyph: 'calendar', title: 'Events' }),
m(Button, { href: '/groups', glyph: 'blackboard', title: 'Groups' }),
m(Button, { href: '/announce', glyph: 'bullhorn', title: 'Announce' }),
]),
]));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment