mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 03:05:52 +02:00
enhance(frontend): チャットの送信者名を表示できるように
This commit is contained in:
@@ -112,7 +112,7 @@ export const navbarItemDef = reactive({
|
||||
},
|
||||
chat: {
|
||||
title: i18n.ts.chat,
|
||||
icon: 'ti ti-message',
|
||||
icon: 'ti ti-messages',
|
||||
to: '/chat',
|
||||
indicated: computed(() => $i != null && $i.hasUnreadChatMessages),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user