From e016afd384318374c61223d41a14a5241a073064 Mon Sep 17 00:00:00 2001 From: Hermann Blum <hermannsblum@yahoo.de> Date: Sat, 2 Dec 2017 19:41:40 +0100 Subject: [PATCH] add announce tool to sidebar --- src/sidebar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sidebar.js b/src/sidebar.js index 555022e..e113e4e 100644 --- a/src/sidebar.js +++ b/src/sidebar.js @@ -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' }), ]), ])); } -- GitLab