From 64b5d779190a4bbef3b358a065969305e9d9dc4f Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:54:41 -0600 Subject: [PATCH] fix notification bullet margin --- .../overlays/notificationsModal/components/ListView.tsx | 2 +- src/components/overlays/notificationsModal/utils/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/overlays/notificationsModal/components/ListView.tsx b/src/components/overlays/notificationsModal/components/ListView.tsx index 11c32a78..6ba67522 100644 --- a/src/components/overlays/notificationsModal/components/ListView.tsx +++ b/src/components/overlays/notificationsModal/components/ListView.tsx @@ -132,7 +132,7 @@ export function ListView({
- {/* Mobile: Source • Category */} + {/* Mobile: Source & Category */}
{getCategoryColor(notification.category) && ( • /g, - '

', + '

', ) .replace(/<\/p>/g, "

") );