mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
refactor: add profile menu item
This commit is contained in:
@@ -474,6 +474,19 @@ const config: Partial<SCConfigFile> = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: 'person',
|
||||||
|
route: '/profile',
|
||||||
|
title: 'profile',
|
||||||
|
translations: {
|
||||||
|
de: {
|
||||||
|
title: 'Profil',
|
||||||
|
},
|
||||||
|
en: {
|
||||||
|
title: 'profile',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: 'settings',
|
icon: 'settings',
|
||||||
route: '/settings',
|
route: '/settings',
|
||||||
|
|||||||
Reference in New Issue
Block a user