Skip to content

Commit cb03ad7

Browse files
committed
chore(toolbar-demo): remove unused demo-path node
Remove non-functional demo-path node that was leftover from development. This node displayed 'examples/vanilla/toolbar-demo' but had no onClick handler and served no purpose in the demo. Keeps the functional 'home' node for navigation.
1 parent 90a96d8 commit cb03ad7

File tree

1 file changed

+0
-2
lines changed
  • examples/vanilla/toolbar-demo/example-app/src

1 file changed

+0
-2
lines changed

examples/vanilla/toolbar-demo/example-app/src/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ toolbar.register('home', 'Home', () => {
2323
window.location.href = '/';
2424
});
2525

26-
toolbar.register('demo-path', 'examples/vanilla/toolbar-demo');
27-
2826
/**
2927
* State Management
3028
*/

0 commit comments

Comments
 (0)