Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
commit
f9cdcc9bc6
2 changed files with 7 additions and 0 deletions
|
@ -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}`,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue