diff --git a/README.md b/README.md index 2dfc901..efe0a26 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Todo Kanban Board manages tasks and save them as [TODO.md](https://bit.ly/2JdEuE - Checkboxes are optional (if your task titles don't have them). - Task title can also have markdown for styling, hyperlinks, simple html or even img tags. - Task menu: to insert a sub-task, emoji icons (like bug 🐞 blocked ❌ party 🎉 etc.). -- See also: Documentation / Guides +- See also: Documentation / Guides ## Usage: @@ -28,7 +28,7 @@ Todo Kanban Board manages tasks and save them as [TODO.md](https://bit.ly/2JdEuE ## Support - For Feedbacks, Bug Reports: https://github.com/coddx-hq/coddx-alpha/issues -- Documentation: Documentation / Guides +- Documentation: Documentation / Guides - CHANGELOG ## Next milestone: diff --git a/docs/task-board.md b/docs/task-board.md index b618341..c68b585 100644 --- a/docs/task-board.md +++ b/docs/task-board.md @@ -10,7 +10,7 @@ Todo Kanban Board manages tasks and save them as [TODO.md](https://bit.ly/2JdEuE - Checkboxes are optional (if your task titles don't have them). - Task title can also have markdown for styling, hyperlinks, simple html or even img tags. - Task menu: to insert a sub-task, emoji icons (like bug 🐞 blocked ❌ party 🎉 etc.). -- See also: Documentation / Guides +- See also: Documentation / Guides ## TODO.md diff --git a/src/view/app/components/TaskBoard/ButtonBar.tsx b/src/view/app/components/TaskBoard/ButtonBar.tsx index 8942c5c..2b3f302 100644 --- a/src/view/app/components/TaskBoard/ButtonBar.tsx +++ b/src/view/app/components/TaskBoard/ButtonBar.tsx @@ -124,7 +124,7 @@ export default ({ Help | Doc