diff options
Diffstat (limited to 'packages/frontend/src/pages/chat/home.vue')
| -rw-r--r-- | packages/frontend/src/pages/chat/home.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/chat/home.vue b/packages/frontend/src/pages/chat/home.vue index c2b272a42d..9bb7235a64 100644 --- a/packages/frontend/src/pages/chat/home.vue +++ b/packages/frontend/src/pages/chat/home.vue @@ -52,7 +52,7 @@ const headerTabs = computed(() => [{ definePage(() => ({ title: i18n.ts.chat + ' (beta)', - icon: 'ti ti-message', + icon: 'ti ti-messages', })); </script> |