diff --git a/src/index.ts b/src/index.ts index 134994f..5af0ab1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -42,7 +42,7 @@ const plugin: JupyterFrontEndPlugin = { // `The jupyterlab-data-pool server extension appears to be missing.\n${reason}` // ); // }); - const webDavIcon = new LabIcon({ name: 'ui-components:webdav-icon', svgstr: Icon}); + const webDavIcon = new LabIcon({ name: 'ui-components:training-icon', svgstr: Icon}); const label = "Training" const content = new TrainingWidget(label);