From 3b034679bc873a9b28e40e6c988ae805687bc9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 26 Sep 2022 17:16:38 +0200 Subject: [PATCH] Add groups header menu --- branding/constants/headerMenu.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/branding/constants/headerMenu.js b/branding/constants/headerMenu.js index c95e79122..e6d76d8be 100644 --- a/branding/constants/headerMenu.js +++ b/branding/constants/headerMenu.js @@ -4,6 +4,10 @@ export default { name: 'Beiträge', path: '/#', }, + { + name: 'Gruppen', + path: '/my-groups', + }, { name: 'Über Yunite', url: 'https://yunite.org',