From b467e6846a5fa5a0c128acd6e228d406a0ad481f Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 21 Oct 2022 12:30:45 +0200 Subject: [PATCH] comment out headerMenu.js --- webapp/constants/headerMenu.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/webapp/constants/headerMenu.js b/webapp/constants/headerMenu.js index cf5069f39..6d0a0afad 100644 --- a/webapp/constants/headerMenu.js +++ b/webapp/constants/headerMenu.js @@ -1,12 +1,12 @@ export default { MENU: [ - { - nameIdent: 'Über Ocelot', - path: '/', - }, - { - nameIdent: 'About', - url: 'https://ocelot.org', - }, + // { + // nameIdent: 'nameIdent', + // path: '/', + // }, + // { + // nameIdent: 'nameIdent', + // url: 'https://ocelot.social', + // }, ], }