From 6de3b0563f98ac1080d14526851307aaa5c0940a Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 2 Oct 2025 15:35:57 -0300 Subject: [PATCH] updated blue circle to check --- frontend/src/app/chat/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/chat/page.tsx b/frontend/src/app/chat/page.tsx index 55453ece..a4047706 100644 --- a/frontend/src/app/chat/page.tsx +++ b/frontend/src/app/chat/page.tsx @@ -3,6 +3,7 @@ import { AtSign, Bot, + Check, ChevronDown, ChevronRight, GitBranch, @@ -2354,7 +2355,9 @@ function ChatPage() { > No filter {!selectedFilter && ( -
+ )} )} @@ -2384,7 +2387,9 @@ function ChatPage() { )}
{selectedFilter?.id === filter.id && ( -
+ )} ))}