footer: fix admin link

This commit is contained in:
axolotle 2023-11-30 16:55:54 +01:00
parent de4f5a59e1
commit 89a50ab18f

View file

@ -17,7 +17,7 @@ const footerLinks = [
{ text: t('footerlink_support'), to: '//yunohost.org/help', newWindow: true },
{
text: t('footerlink_administration'),
to: '/yunohost/admin/',
to: `//${settings.value.domain}/yunohost/admin/`,
newWindow: true,
},
]