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

This commit is contained in:
maltegrosse 2023-01-23 22:31:53 +01:00
parent 2cd1551422
commit c01a0a4aa8
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:training-icon', svgstr: Icon});
const label = "Training" const label = "Training"
const content = new TrainingWidget(label); const content = new TrainingWidget(label);