Skip to content

Commit

Permalink
Merge pull request #2908 from udecode/Liboul-fix-todo-list-doc-path
Browse files Browse the repository at this point in the history
Fix todo list doc path
  • Loading branch information
zbeyens authored Feb 1, 2024
2 parents aa0b607 + 90e57fe commit 9fbc79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/config/customizer-plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const customizerPlugins = {
id: 'todoli',
label: 'Todo List',
value: todoListValue,
route: '/docs/todo-list',
route: '/docs/list',
plugins: [ELEMENT_TODO_LI],
},
toggle: {
Expand Down

0 comments on commit 9fbc79e

Please sign in to comment.