Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodanswer committed Nov 20, 2024
1 parent 0d4abfd commit 548c081
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/src/app/chat/folders/FolderList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@ const FolderItem = ({
</div>
)}

{/* Icons Section */}
<div className="flex ml-auto my-auto">
{/* Edit Icon */}
<div
onClick={handleEditFolderName}
className={`hover:bg-black/10 p-1 -m-1 rounded ${
Expand All @@ -230,7 +228,6 @@ const FolderItem = ({
<FiEdit2 size={16} />
</div>

{/* Delete Icon and Confirm Popover */}
<div className="relative">
<Popover
open={showDeleteConfirm}
Expand Down

0 comments on commit 548c081

Please sign in to comment.