1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 03:46:19 +02:00

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',