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 <noreply@anthropic.com>
This commit is contained in:
claude
2026-06-16 08:51:29 +00:00
parent a6ea291ea8
commit 0f585ea5bb
@@ -154,7 +154,7 @@ const DownloadPresentationButtonTooltip = memo(
{exporting !== null ? (
<OLSpinner size="sm" />
) : (
<MaterialIcon type="download" />
<MaterialIcon type="picture_as_pdf" />
)}
</DropdownToggle>
<DropdownMenu>