mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
footer: fix admin link
This commit is contained in:
parent
de4f5a59e1
commit
89a50ab18f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue