diff options
Diffstat (limited to 'packages/client/src/pages/notifications.vue')
| -rw-r--r-- | packages/client/src/pages/notifications.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/pages/notifications.vue b/packages/client/src/pages/notifications.vue index 01257f63d6..dd57060fda 100644 --- a/packages/client/src/pages/notifications.vue +++ b/packages/client/src/pages/notifications.vue @@ -66,7 +66,7 @@ const headerActions = $computed(() => [tab === 'all' ? { handler: setFilter, } : undefined, tab === 'all' ? { text: i18n.ts.markAllAsRead, - icon: 'ti ti-check', + icon: 'fas fa-check', handler: () => { os.apiWithDialog('notifications/mark-all-as-read'); }, @@ -90,6 +90,6 @@ const headerTabs = $computed(() => [{ definePageMetadata(computed(() => ({ title: i18n.ts.notifications, - icon: 'ti ti-bell', + icon: 'fas fa-bell', }))); </script> |