mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 16:53:58 +09:00
wip
This commit is contained in:
@ -409,6 +409,11 @@ export default Vue.extend({
|
||||
text: this.$t('lists'),
|
||||
to: '/my/lists',
|
||||
icon: faListUl,
|
||||
}, {
|
||||
type: 'link',
|
||||
text: this.$t('groups'),
|
||||
to: '/my/groups',
|
||||
icon: faUsers,
|
||||
}, {
|
||||
type: 'link',
|
||||
text: this.$t('antennas'),
|
||||
|
Reference in New Issue
Block a user