Skip to content

Commit 3741cdf

Browse files
committed
Sim4life from assets repo
1 parent b9700c5 commit 3741cdf

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,7 @@ qx.Class.define("osparc.study.Utils", {
391391
return "https://images.seeklogo.com/logo-png/35/1/jupyter-logo-png_seeklogo-354673.png";
392392
}
393393
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";
394+
return "https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/refs/heads/main/app/icons/s4l/Sim4Life.png";
396395
}
397396
}
398397
return osparc.dashboard.CardBase.PRODUCT_ICON;

0 commit comments

Comments
 (0)