From 2ae5e2637648ebc4f1eb316556f0899f56e9b10f Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 27 Oct 2022 08:51:40 +0200 Subject: [PATCH] comment out unused menu --- webapp/constants/headerMenu.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webapp/constants/headerMenu.js b/webapp/constants/headerMenu.js index ac1026463..aa87a598c 100644 --- a/webapp/constants/headerMenu.js +++ b/webapp/constants/headerMenu.js @@ -1,13 +1,13 @@ export default { MENU: [ - { - nameIdent: 'nameIdent', - path: '/', - }, - { - nameIdent: 'nameIdent', - url: 'https://ocelot.social', - target: '_blank', - }, + // { + // nameIdent: 'nameIdent', + // path: '/', + // }, + // { + // nameIdent: 'nameIdent', + // url: 'https://ocelot.social', + // target: '_blank', + // }, ], }