mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
feat: add feedback to config as menu item
This commit is contained in:
@@ -267,6 +267,19 @@ const config: Partial<SCConfigFile> = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: 'chatbubbles',
|
||||||
|
route: '/feedback',
|
||||||
|
title: 'feedback',
|
||||||
|
translations: {
|
||||||
|
de: {
|
||||||
|
title: 'Feedback',
|
||||||
|
},
|
||||||
|
en: {
|
||||||
|
title: 'feedback',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
name: 'Your Study-App',
|
name: 'Your Study-App',
|
||||||
translations: {
|
translations: {
|
||||||
|
|||||||
Reference in New Issue
Block a user