Powered by
- Yaltopia
+ Yaltopia Tech
·
© {new Date().getFullYear()}
diff --git a/src/pages/notifications/NotificationsPage.tsx b/src/pages/notifications/NotificationsPage.tsx
index 38909ca..5582961 100644
--- a/src/pages/notifications/NotificationsPage.tsx
+++ b/src/pages/notifications/NotificationsPage.tsx
@@ -652,37 +652,45 @@ export function NotificationsPage() {
{/* Summary cards */}
{!loading && !error && (
-
-
-
-
-
-
{totalCount.toLocaleString()}
-
Total notifications
-
-
-
-
-
-
-
-
-
{globalUnread.toLocaleString()}
-
Unread
-
-
-
-
-
-
-
-
-
- {Array.from(new Set(notifications.map((n) => n.delivery_channel))).length || "—"}
-
-
Channels used
-
-
+
+
+
+
Total notifications
+
+ {totalCount.toLocaleString()}
+
+
+
+
+
+
+
+
+
+
+
Unread
+
+ {globalUnread.toLocaleString()}
+
+
+
+
+
+
+
+
+
+
+
Channels used
+
+ {Array.from(new Set(notifications.map((n) => n.delivery_channel))).length || "—"}
+
+
+
+
+
+
+
)}