From f52bb7d0233c27f8020935fe27ffba34b8d530d0 Mon Sep 17 00:00:00 2001 From: Avi Gaba Date: Tue, 31 Mar 2026 00:58:58 +0530 Subject: [PATCH] Add pointer cursor to sidebar actions --- components/Sidebar/NewChatButton.tsx | 2 +- components/Sidebar/RecentChats/ChatItem.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/Sidebar/NewChatButton.tsx b/components/Sidebar/NewChatButton.tsx index 750d83398..d13df287a 100644 --- a/components/Sidebar/NewChatButton.tsx +++ b/components/Sidebar/NewChatButton.tsx @@ -12,7 +12,7 @@ const NewChatButton = ({ isExpanded, email, onClick }: NewChatButtonProps) => (