icon fix
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-23 22:31:06 +01:00
parent 04f037e682
commit abb0c99086
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
// `The jupyterlab-data-pool server extension appears to be missing.\n${reason}` // `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 label = "Synthetic Data"
const content = new SyntheticWidget(label); const content = new SyntheticWidget(label);