2022-10-22 20:21:25 +02:00

17 lines
284 B
JavaScript

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