Skip to content
Snippets Groups Projects
Commit 4420c000 authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

change path to <..>/hub/home

parent acbcf02b
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ const extension: JupyterFrontEndPlugin<void> = {
control.id = "control";
control.innerHTML = "Control";
control.addEventListener('click', function () {
router.navigate('/hub/start', { hard: true });
router.navigate('/hub/home', { hard: true });
});
const widget = new Widget({node: control});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment