We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a508523 commit c012bbdCopy full SHA for c012bbd
browser/main/Detail/MarkdownNoteDetail.js
@@ -311,7 +311,7 @@ class MarkdownNoteDetail extends React.Component {
311
}
312
313
getToggleLockButton () {
314
- return this.state.isLocked ? '../resources/icon/icon-previewoff-on.svg' : '../resources/icon/icon-previewoff-off.svg'
+ return this.state.isLocked ? '../resources/icon/icon-lock.svg' : '../resources/icon/icon-unlock.svg'
315
316
317
handleDeleteKeyDown (e) {
0 commit comments