Skip to content

Commit fd33e59

Browse files
committed
minor
1 parent f97cc41 commit fd33e59

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/study

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/study/Utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ qx.Class.define("osparc.study.Utils", {
380380
}
381381
if (wbServices[0]["key"].includes("s4l-ui")) {
382382
// return "https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/refs/heads/main/app/icons/s4l/Sim4Life.png";
383-
return "osparc/icons/Sim4Life.png";
383+
return "https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/refs/heads/main/app/icons/s4l/Default.png";
384384
}
385385
}
386386
return osparc.dashboard.CardBase.PRODUCT_ICON;

0 commit comments

Comments
 (0)