From f5cc5aa3cb9f3333c6e070e9a3d347d443d905de Mon Sep 17 00:00:00 2001
From: Kalle <38327916+Sendouc@users.noreply.github.com>
Date: Wed, 9 Sep 2026 20:41:48 +0300
Subject: [PATCH] Add aria properties to unread chat messages indicator
---
app/components/layout/TopRightButtons.tsx | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app/components/layout/TopRightButtons.tsx b/app/components/layout/TopRightButtons.tsx
index 0faf36883..8b4555a94 100644
--- a/app/components/layout/TopRightButtons.tsx
+++ b/app/components/layout/TopRightButtons.tsx
@@ -109,7 +109,13 @@ function ChatButton({
testId="chat-toggle-button"
/>
{unreadCount ? (
- {unreadCount}
+
+ {unreadCount}
+
) : null}
>
);