Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Aug 8, 2019
1 parent e0f2012 commit add1ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/common/views/components/note-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default Vue.extend({
action: this.del
},
this.note.userId == this.$store.state.i.id ? {
icon: ['fal', 'undo-alt'],
icon: ['fa', 'undo-alt'],
text: this.$t('delete-and-edit'),
action: this.deleteAndEdit
} : undefined]
Expand Down

0 comments on commit add1ecb

Please sign in to comment.