From be1dfb6c23a4392e67aad4208040270e0da226af Mon Sep 17 00:00:00 2001 From: bluemoehre Date: Wed, 1 Jul 2026 00:19:24 +0200 Subject: [PATCH] add Notifications view --- src/views/NotificationsView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/NotificationsView.tsx b/src/views/NotificationsView.tsx index e9e709d..f911f61 100644 --- a/src/views/NotificationsView.tsx +++ b/src/views/NotificationsView.tsx @@ -1,7 +1,7 @@ export function NotificationsView() { return ( -
-

Notifications coming soon.

+
+

No notifications.

) }