Skip to content

Commit c012bbd

Browse files
HuachaoRokt33r
authored andcommitted
Update lock/unlock icons in editor #1760
1 parent a508523 commit c012bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/main/Detail/MarkdownNoteDetail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ class MarkdownNoteDetail extends React.Component {
311311
}
312312

313313
getToggleLockButton () {
314-
return this.state.isLocked ? '../resources/icon/icon-previewoff-on.svg' : '../resources/icon/icon-previewoff-off.svg'
314+
return this.state.isLocked ? '../resources/icon/icon-lock.svg' : '../resources/icon/icon-unlock.svg'
315315
}
316316

317317
handleDeleteKeyDown (e) {

0 commit comments

Comments
 (0)