Skip to content

Commit 4d9e811

Browse files
committed
wrench by default
1 parent 28ba2db commit 4d9e811

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

services/static-webserver/client/source/class/osparc/data/model/StudyUI.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ qx.Class.define("osparc.data.model.StudyUI", {
9494
TEMPLATE_TYPE: "TEMPLATE",
9595
TUTORIAL_TYPE: "TUTORIAL",
9696
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",
97+
HYPERTOOL_ICON: (iconSize = 22) => ("@FontAwesome5Solid/wrench/" + iconSize),
9998
},
10099

101100
members: {

0 commit comments

Comments
 (0)