icon fix
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
04f037e682
commit
abb0c99086
|
@ -42,7 +42,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
|||
// `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);
|
||||
|
|
Loading…
Reference in New Issue