Skip to content

Commit

Permalink
refactor(frontend): make export button follow Material UI guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Dec 17, 2024
1 parent a633307 commit c2823e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/frontend/src/graph/export/ExportPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function ExportPanel({
dialog={dialog}
title="Export diagram"
icon={icon}
iconLabel={`Export image\u2026`}
iconLabel={`Export image`}
buttons={buttons}
>
<SwitchButtonGroup size="small" className="rounded">
Expand Down

0 comments on commit c2823e6

Please sign in to comment.