diff --git a/src/index.ts b/src/index.ts index 952dc32..8a3f0b3 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:synthetic-data-icon', svgstr: Icon}); const label = "Synthetic Data" const content = new SyntheticWidget(label);