mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:40:03 +03:00
Move status link from header to footer
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user