Skip to content

Commit

Permalink
frontend: Update icon for scale
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu8912 committed Jul 2, 2024
1 parent 69f60da commit 2badf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/Resource/ScaleButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function ScaleButton(props: ScaleButtonProps) {
setOpenDialog(true);
}}
>
<Icon icon="mdi:content-copy" />
<Icon icon="mdi:expand-all" />
</IconButton>
</Tooltip>
<ScaleDialog resource={item} open={openDialog} onClose={handleClose} onSave={handleSave} />
Expand Down

0 comments on commit 2badf65

Please sign in to comment.