From 6f5fe5d0db25df1df9f415ca845da2119e6ac08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sat, 7 Feb 2026 23:15:14 +0100 Subject: [PATCH] pl-fe: fix console warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/components/account.tsx | 10 +++++++++- .../features/notifications/components/notification.tsx | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/pl-fe/src/components/account.tsx b/packages/pl-fe/src/components/account.tsx index 7ad8c8b3d..b3bfe591b 100644 --- a/packages/pl-fe/src/components/account.tsx +++ b/packages/pl-fe/src/components/account.tsx @@ -58,9 +58,17 @@ const InstanceFavicon: React.FC = ({ account, disabled }) => { return null; } + const className = 'size-4 flex-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2'; + + if (disabled) { + return ( + + ); + } + return (