Skip to content

Commit 1d86164

Browse files
committed
Change save icon to a cloud download button
1 parent 7d07cc8 commit 1d86164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/controls.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
SelectAll,
3131
Undo,
3232
Redo,
33-
Save,
33+
CloudDownload,
3434
} from '@material-ui/icons';
3535
import { observer } from 'mobx-react';
3636

@@ -92,7 +92,7 @@ export class Controls extends React.Component<{}, State> {
9292
color="primary"
9393
onClick={() => saveload.saveMIDI()}
9494
>
95-
<Save />
95+
<CloudDownload/>
9696
</Button>
9797
</div>
9898
<div>

0 commit comments

Comments
 (0)