From a5d56dd5ccb7b0f679ab65958b0ac3afa4567d4b Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 25 May 2025 01:01:53 +0200 Subject: [PATCH] fix: remove unnecessary background from date header in notifications --- components/Notifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Notifications.tsx b/components/Notifications.tsx index 5194f74..506ca36 100644 --- a/components/Notifications.tsx +++ b/components/Notifications.tsx @@ -106,7 +106,7 @@ const Notifications: React.FC = ({ pubkey }) => { {events.length > 0 ? ( Object.keys(notificationGroups).map(dateKey => (
-
+

{getDateHeading(dateKey)}