fix: control panel tab federation

This partially reverts commit:
03ea6763e1
This commit is contained in:
Johann150 2022-07-14 09:15:55 +02:00
parent 6e3264f521
commit 5e36d75872
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -109,7 +109,7 @@ const menuDef = $computed(() => [{
}, {
icon: 'fas fa-globe',
text: i18n.ts.federation,
to: '/about#federation',
to: '/admin/federation',
active: props.initialPage === 'federation',
}, {
icon: 'fas fa-clipboard-list',