Skip to content

Commit

Permalink
Update Navigation.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh-jha-dev committed Nov 2, 2023
1 parent b5437d0 commit 4ce218d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const filteredConversations = conversations
className="my-auto text-sm text-neutral-600 flex items-center gap-2.5 cursor-pointer"
onClick={() => {
setNavOpen(!navOpen);
}}
}
>
<img src={Add} alt="new" className="opacity-80 group-hover:opacity-100" />
New Chat
Expand Down

0 comments on commit 4ce218d

Please sign in to comment.