Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop

This commit is contained in:
syuilo 2023-03-15 18:09:03 +09:00
commit f9cdcc9bc6
2 changed files with 7 additions and 0 deletions

View file

@ -136,4 +136,10 @@ export const navbarItemDef = reactive({
location.reload();
},
},
profile: {
title: i18n.ts.profile,
icon: 'ti ti-user',
show: computed(() => $i != null),
to: `/@${$i?.username}`,
},
});