Wolfgang Huß 21fcc094a6 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding into 18-release-v2.1.X-XXX-fixes-groups-page
# Conflicts:
#	branding/constants/headerMenu.js
#	branding/constants/links.js
#	branding/constants/logos.js
#	package.json
2022-10-28 20:00:15 +02:00

23 lines
446 B
JavaScript

export default {
MENU: [
{
nameIdent: 'yuniteRebranding.header.newsFeed',
path: '/',
},
{
nameIdent: 'yuniteRebranding.header.myGroups',
path: '/my-groups',
},
{
nameIdent: 'yuniteRebranding.header.topics',
url: 'https://yunite.org/themen/',
target: '',
},
{
nameIdent: 'yuniteRebranding.header.about',
url: 'https://yunite.org',
target: '',
},
],
}