File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
services/static-webserver/client/source/class/osparc/share Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments