Skip to content

Commit

Permalink
feat(navbar): remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzCrazyKns committed Oct 29, 2024
1 parent 03d0ff2 commit b33e5fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ const Navbar = ({
size={17}
className="active:scale-95 transition duration-100 cursor-pointer"
/>
{/* <Trash
size={17}
className='text-red-400 active:scale-95 transition duration-100 cursor-pointer'
/> */}
<DeleteChat redirect chatId={chatId} chats={[]} setChats={() => {}} />
</div>
</div>
Expand Down

0 comments on commit b33e5fe

Please sign in to comment.