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