diff --git a/src/components/PushBanner.tsx b/src/components/PushBanner.tsx index 03ad80a..43c0b4e 100644 --- a/src/components/PushBanner.tsx +++ b/src/components/PushBanner.tsx @@ -50,8 +50,8 @@ export function PushBanner() { } return ( -
{toast.roomName}
+{toast.roomName}
{showText ? ( -+
{toast.senderName ? `${toast.senderName.split(' ')[0]}: ` : ''}{toast.text || 'Новое сообщение'}
) : ( @@ -1076,7 +1076,7 @@ function ToastNotifCard({ toast, showText, onClose, onClick }: {