Skip to content

Commit 9d3e9f2

Browse files
committed
question-circle thumbnail
1 parent 3d8c628 commit 9d3e9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/share/Collaborators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ qx.Class.define("osparc.share.Collaborators", {
493493
collaborator["thumbnail"] = "@FontAwesome5Solid/globe/32";
494494
collaborator["collabType"] = osparc.store.Groups.COLLAB_TYPE.EVERYONE; // needed for sorting per product related groups
495495
} else if (supportGroup && supportGroup.getGroupId() === parseInt(gid)) {
496-
collaborator["thumbnail"] = supportGroup.getThumbnail();
496+
collaborator["thumbnail"] = "@FontAwesome5Solid/question-circle/32";
497497
collaborator["collabType"] = osparc.store.Groups.COLLAB_TYPE.SUPPORT; // needed for sorting per product related groups
498498
} else if (!collaborator["thumbnail"]) {
499499
collaborator["thumbnail"] = "@FontAwesome5Solid/users/26";

0 commit comments

Comments
 (0)