Skip to content

Commit

Permalink
Editor: Update delete icon to use trash icon
Browse files Browse the repository at this point in the history
  • Loading branch information
IRHM committed Dec 19, 2023
1 parent d67dd56 commit 514021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function VideoEditor() {
}}
/>
<Button
icon="close"
icon="trash"
onClick={() => {
RecordingsManager.deleteWithConfirmation(video)
.then((deleted) => {
Expand Down

0 comments on commit 514021e

Please sign in to comment.