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 b9700c5 commit 3741cdfCopy full SHA for 3741cdf
services/static-webserver/client/source/class/osparc/study/Utils.js
@@ -391,8 +391,7 @@ qx.Class.define("osparc.study.Utils", {
391
return "https://images.seeklogo.com/logo-png/35/1/jupyter-logo-png_seeklogo-354673.png";
392
}
393
if (wbServices[0]["key"].includes("s4l-ui")) {
394
- // return "https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/refs/heads/main/app/icons/s4l/Sim4Life.png";
395
- return "https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/refs/heads/main/app/icons/s4l/Default.png";
+ return "https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/refs/heads/main/app/icons/s4l/Sim4Life.png";
396
397
398
return osparc.dashboard.CardBase.PRODUCT_ICON;
0 commit comments