diff --git a/webapp/components/HeaderMenu/HeaderMenu.vue b/webapp/components/HeaderMenu/HeaderMenu.vue
index 1228d1e4a..31afe93b4 100644
--- a/webapp/components/HeaderMenu/HeaderMenu.vue
+++ b/webapp/components/HeaderMenu/HeaderMenu.vue
@@ -1,20 +1,18 @@
-
+
\ No newline at end of file
+
diff --git a/webapp/constants/headerMenu.js b/webapp/constants/headerMenu.js
index da7a72e85..1dfed43d8 100644
--- a/webapp/constants/headerMenu.js
+++ b/webapp/constants/headerMenu.js
@@ -1,8 +1,9 @@
export default {
- SHOW_HEADER_MENU: true,
- MENU: [{
+ SHOW_HEADER_MENU: true,
+ MENU: [
+ {
name: 'Themen',
- path: '/#'
+ path: '/#',
},
{
name: 'Gruppen',
@@ -10,13 +11,13 @@ export default {
children: [
{
name: 'Gruppe 1',
- path: '/#'
+ path: '/#',
},
{
name: 'Gruppe 2',
- path: '/#'
- }
- ]
+ path: '/#',
+ },
+ ],
},
{
name: 'Über Yunite',
@@ -24,12 +25,13 @@ export default {
children: [
{
name: 'Impressum',
- path: '/#'
+ path: '/#',
},
{
name: 'Yunite Team',
- path: '/#'
- }
- ]
- }]
- }
\ No newline at end of file
+ path: '/#',
+ },
+ ],
+ },
+ ],
+}