Skip to content
Snippets Groups Projects
Commit af5230b2 authored by Michael Haidner's avatar Michael Haidner
Browse files

Menüpunkte kleiner, sodass die Menüpunkte auch auf kleinen Bildschirmen gut sichtbar sind.

parent 5080f7b7
No related branches found
No related tags found
1 merge request!231642_Logo_fuer_FIT-Connect_in_die_Hilfe_einfuegen(planning#642)
......@@ -41,6 +41,7 @@ module.exports = {
src: '/images/FIT-Connect-logo.svg',
srcDark: '/images/FIT-Connect-logo.svg',
href: 'https://www.fitko.de/projektmanagement/fit-connect',
/* href: 'https://docs.fitko.de/fit-connect/docs/', */
target: '_self',
width: 250,
height: 30,
......@@ -52,19 +53,19 @@ module.exports = {
position: 'left',
className: 'fitko-navbar-icon--back',
},
{to: '/docs/changelog', label: 'Dokumentation', position: 'left'},
/* {to: '/docs/changelog', label: 'Dokumentation', position: 'left'}, */
{
type: 'dropdown',
label: 'API-Specs',
label: 'API',
items: [
{
type: 'doc',
label: 'Submission API',
label: 'Submission-API',
docId: 'apis/submission-api'
},
{
type: 'doc',
label: 'Routing API',
label: 'Routing-API',
docId: 'apis/routing-api'
}
]
......@@ -98,7 +99,7 @@ module.exports = {
]
},
*/
{to: '/contact', label: 'Kontakt / Hilfe'},
{to: '/contact', label: 'Kontakt'},
{
type: 'dropdown',
position: 'right',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment