Skip to content

Commit 85d5ee0

Browse files
committed
cat icon
1 parent a312aa6 commit 85d5ee0

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ 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),
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",
9899
},
99100

100101
members: {

0 commit comments

Comments
 (0)