refactor: add profile menu item

This commit is contained in:
Rainer Killinger
2022-01-24 13:35:01 +01:00
parent 9d8fe643a5
commit 07feb8f03f

View File

@@ -474,6 +474,19 @@ const config: Partial<SCConfigFile> = {
},
},
},
{
icon: 'person',
route: '/profile',
title: 'profile',
translations: {
de: {
title: 'Profil',
},
en: {
title: 'profile',
},
},
},
{
icon: 'settings',
route: '/settings',