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:
+1
-1
@@ -154,7 +154,7 @@ const DownloadPresentationButtonTooltip = memo(
|
||||
{exporting !== null ? (
|
||||
<OLSpinner size="sm" />
|
||||
) : (
|
||||
<MaterialIcon type="download" />
|
||||
<MaterialIcon type="picture_as_pdf" />
|
||||
)}
|
||||
</DropdownToggle>
|
||||
<DropdownMenu>
|
||||
|
||||
Reference in New Issue
Block a user