From c01a0a4aa8b4632ab0ce48063b0554ca04f6b2b5 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 22:31:53 +0100 Subject: [PATCH] icon fix --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);