diff --git a/packages/client/src/pages/antenna-timeline.vue b/packages/client/src/pages/antenna-timeline.vue index 011e44ce6..3306f8c76 100644 --- a/packages/client/src/pages/antenna-timeline.vue +++ b/packages/client/src/pages/antenna-timeline.vue @@ -101,7 +101,7 @@ const headerActions = $computed(() => handler: settings, }, // { - // icon: "ph-check ph-bold ph-lg", + // icon: "ph-checks ph-bold ph-lg", // text: i18n.ts.markAllAsRead, // handler: markRead, // }, diff --git a/packages/client/src/pages/messaging/index.vue b/packages/client/src/pages/messaging/index.vue index 5659f2c05..17bdd3786 100644 --- a/packages/client/src/pages/messaging/index.vue +++ b/packages/client/src/pages/messaging/index.vue @@ -130,7 +130,7 @@ async function readAllMessagingMessages() { const headerActions = $computed(() => [ { - icon: "ph-check ph-bold ph-lg", + icon: "ph-checks ph-bold ph-lg", text: i18n.ts.markAllAsRead, handler: readAllMessagingMessages, }, diff --git a/packages/client/src/pages/notifications.vue b/packages/client/src/pages/notifications.vue index 34df09c46..e77576c65 100644 --- a/packages/client/src/pages/notifications.vue +++ b/packages/client/src/pages/notifications.vue @@ -133,7 +133,7 @@ const headerActions = $computed(() => tab === "all" ? { text: i18n.ts.markAllAsRead, - icon: "ph-check ph-bold ph-lg", + icon: "ph-checks ph-bold ph-lg", handler: () => { os.apiWithDialog("notifications/mark-all-as-read"); }, diff --git a/packages/client/src/widgets/notifications.vue b/packages/client/src/widgets/notifications.vue index cc253b5cc..aed125b47 100644 --- a/packages/client/src/widgets/notifications.vue +++ b/packages/client/src/widgets/notifications.vue @@ -15,7 +15,7 @@ :aria-label="i18n.ts.markAllAsRead" @click="os.apiWithDialog('notifications/mark-all-as-read')" > -