From 71ef31441b143bcffbf87d9820a7f18ab5da3c3d Mon Sep 17 00:00:00 2001 From: Haileyesus <118998054+blackmammoth@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:40:39 +0300 Subject: [PATCH] fix: resolve coderabbit comments --- src/components/auth/view/AuthErrorAlert.tsx | 5 ++++- src/components/auth/view/AuthInputField.tsx | 3 +-- src/components/auth/view/AuthLoadingScreen.tsx | 6 +++--- src/components/chat/view/ChatInterface.tsx | 3 ++- .../view/subcomponents/MainContentTitle.tsx | 2 +- src/components/onboarding/view/Onboarding.tsx | 13 ++++++++----- .../view/subcomponents/AgentConnectionCard.tsx | 2 +- src/index.css | 9 +++++---- 8 files changed, 25 insertions(+), 18 deletions(-) diff --git a/src/components/auth/view/AuthErrorAlert.tsx b/src/components/auth/view/AuthErrorAlert.tsx index 0325759f..b9b65625 100644 --- a/src/components/auth/view/AuthErrorAlert.tsx +++ b/src/components/auth/view/AuthErrorAlert.tsx @@ -10,7 +10,10 @@ export default function AuthErrorAlert({ errorMessage }: AuthErrorAlertProps) { } return ( -
{errorMessage}
Loading authentication stateā¦
+{errorMessage}
-{errorMessage}
+