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 fd16c2d commit d813333Copy full SHA for d813333
services/static-webserver/client/source/class/osparc/data/model/StudyUI.js
@@ -94,7 +94,7 @@ qx.Class.define("osparc.data.model.StudyUI", {
94
TEMPLATE_TYPE: "TEMPLATE",
95
TUTORIAL_TYPE: "TUTORIAL",
96
HYPERTOOL_TYPE: "HYPERTOOL",
97
- HYPERTOOL_ICON: (iconSize = 22) => ("@FontAwesome5Solid/wrench/" + iconSize),
+ HYPERTOOL_ICON: (iconSize = 22) => "https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/refs/heads/main/app/icons/hypertool.png",
98
},
99
100
members: {
0 commit comments