Commit e0d783c6 authored by Kushal Pandya's avatar Kushal Pandya Committed by Jarka Kadlecová

Update todo icons for collapsed button

parent 20d04e77
......@@ -54,7 +54,7 @@ export default {
return this.isTodo ? 'todo-undone' : '';
},
collapsedButtonIcon() {
return this.isTodo ? 'check-circle' : 'plus-square';
return this.isTodo ? 'todo-done' : 'todo-add';
},
},
methods: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment