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', + // }, ], }