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.

) }