mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
# Conflicts: # branding/constants/headerMenu.js # branding/constants/links.js # branding/constants/logos.js # package.json
23 lines
446 B
JavaScript
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: '',
|
|
},
|
|
],
|
|
}
|