tweak client

This commit is contained in:
syuilo 2023-01-09 10:07:37 +09:00
parent 5ce56886a1
commit 13aa4b64b4
3 changed files with 128 additions and 1 deletions

View file

@ -104,7 +104,7 @@ const menuDef = $computed(() => [{
}, {
icon: 'ti ti-whirl',
text: i18n.ts.federation,
to: '/about#federation',
to: '/admin/federation',
active: currentPage?.route.name === 'federation',
}, {
icon: 'ti ti-clock-play',