mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +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',
|
||||
translations: {
|
||||
|
||||
Reference in New Issue
Block a user