From 0f585ea5bbb0fcc597109b0ce17095eea9893948 Mon Sep 17 00:00:00 2001 From: claude Date: Tue, 16 Jun 2026 08:51:29 +0000 Subject: [PATCH] Fix: use picture_as_pdf icon for presentation download toggle Using the generic 'download' icon duplicated the ZIP button icon, giving two identical icons side by side. Switch to picture_as_pdf to match the previous compile-and-download button's appearance. Co-Authored-By: Claude Sonnet 4.6 --- .../table/cells/action-buttons/download-presentation-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/project-list/components/table/cells/action-buttons/download-presentation-button.tsx b/services/web/frontend/js/features/project-list/components/table/cells/action-buttons/download-presentation-button.tsx index 68ff87d241..2d77d9f152 100644 --- a/services/web/frontend/js/features/project-list/components/table/cells/action-buttons/download-presentation-button.tsx +++ b/services/web/frontend/js/features/project-list/components/table/cells/action-buttons/download-presentation-button.tsx @@ -154,7 +154,7 @@ const DownloadPresentationButtonTooltip = memo( {exporting !== null ? ( ) : ( - + )}