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, "

") );