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 a312aa6 commit 85d5ee0Copy full SHA for 85d5ee0
services/static-webserver/client/source/class/osparc/data/model/StudyUI.js
@@ -94,7 +94,8 @@ 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) => ("@FontAwesome5Solid/wrench/" + iconSize),
98
+ HYPERTOOL_ICON: (iconSize = 22) => "https://reserve.freesvg.org/img/cat_line_art_pitr_Kitty_icon.png",
99
},
100
101
members: {
0 commit comments