forked from FoundKeyGang/FoundKey
fix: control panel tab federation
This partially reverts commit:
03ea6763e1
This commit is contained in:
parent
6e3264f521
commit
5e36d75872
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ const menuDef = $computed(() => [{
|
||||||
}, {
|
}, {
|
||||||
icon: 'fas fa-globe',
|
icon: 'fas fa-globe',
|
||||||
text: i18n.ts.federation,
|
text: i18n.ts.federation,
|
||||||
to: '/about#federation',
|
to: '/admin/federation',
|
||||||
active: props.initialPage === 'federation',
|
active: props.initialPage === 'federation',
|
||||||
}, {
|
}, {
|
||||||
icon: 'fas fa-clipboard-list',
|
icon: 'fas fa-clipboard-list',
|
||||||
|
|
Loading…
Reference in a new issue