Move status link from header to footer

This commit is contained in:
Niels van Velzen
2023-06-28 21:44:27 +02:00
parent 66fe4075b1
commit 614217fbb2
+4 -5
View File
@@ -54,11 +54,6 @@ module.exports = {
href: 'https://forum.jellyfin.org',
label: 'Forum',
position: 'right'
},
{
href: 'https://status.jellyfin.org',
label: 'Status',
position: 'right'
}
]
},
@@ -82,6 +77,10 @@ module.exports = {
label: 'Contribute',
to: '/contribute'
},
{
label: 'Status',
to: 'https://status.jellyfin.org'
},
{
label: 'Contact',
to: '/contact'