We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97cc41 commit fd33e59Copy full SHA for fd33e59
services/static-webserver/client/source/class/osparc/study/Utils.js
@@ -380,7 +380,7 @@ qx.Class.define("osparc.study.Utils", {
380
}
381
if (wbServices[0]["key"].includes("s4l-ui")) {
382
// return "https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/refs/heads/main/app/icons/s4l/Sim4Life.png";
383
- return "osparc/icons/Sim4Life.png";
+ return "https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/refs/heads/main/app/icons/s4l/Default.png";
384
385
386
return osparc.dashboard.CardBase.PRODUCT_ICON;
0 commit comments