Skip to content

Commit

Permalink
Make unrenote button danger
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Oct 18, 2020
1 parent 57cd0fb commit 7d4c535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/components/note.vue
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ export default defineComponent({
os.modalMenu([{
text: this.$t('unrenote'),
icon: faTrashAlt,
danger: true,
action: () => {
os.api('notes/delete', {
noteId: this.note.id
Expand Down

0 comments on commit 7d4c535

Please sign in to comment.