Skip to content

Commit a565c4a

Browse files
committed
change icon
1 parent 7b26568 commit a565c4a

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

services/static-webserver/client/source/class/osparc/jobs/JobsButton.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ qx.Class.define("osparc.jobs.JobsButton", {
4141
let control;
4242
switch (id) {
4343
case "icon": {
44-
control = new qx.ui.basic.Image("@FontAwesome5Solid/cog/22");
45-
osparc.utils.Utils.addClass(control.getContentElement(), "rotateSlow");
44+
control = new qx.ui.basic.Image("@FontAwesome5Solid/tasks/22");
4645

4746
const logoContainer = new qx.ui.container.Composite(new qx.ui.layout.HBox().set({
4847
alignY: "middle"

0 commit comments

Comments
 (0)