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