From f928503a339e1cd1a8039035c1b9f2e49d41c23e Mon Sep 17 00:00:00 2001 From: Ephraim Duncan <55143799+ephraimduncan@users.noreply.github.com> Date: Wed, 14 May 2025 06:44:13 +0000 Subject: [PATCH] chore: update dropdown icons (#1790) ### Before ![CleanShot 2025-05-12 at 11 11 05@2x](https://github.com/user-attachments/assets/af2a60bf-9676-405d-8c3d-e6b2256b53ae) ### After ![CleanShot 2025-05-12 at 11 10 25@2x](https://github.com/user-attachments/assets/aec67e9c-f0f2-4b0d-9baa-7aa327680cf1) --- .../components/tables/documents-table-action-dropdown.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/remix/app/components/tables/documents-table-action-dropdown.tsx b/apps/remix/app/components/tables/documents-table-action-dropdown.tsx index 0528d9ca2..ef367112b 100644 --- a/apps/remix/app/components/tables/documents-table-action-dropdown.tsx +++ b/apps/remix/app/components/tables/documents-table-action-dropdown.tsx @@ -10,6 +10,8 @@ import { Download, Edit, EyeIcon, + FileDown, + FolderInput, Loader, MoreHorizontal, MoveRight, @@ -182,7 +184,7 @@ export const DocumentsTableActionDropdown = ({ - + Download Original @@ -201,7 +203,7 @@ export const DocumentsTableActionDropdown = ({ {onMoveDocument && ( e.preventDefault()}> - + Move to Folder )}