Skip to content

Commit eeeccff

Browse files
committed
icons
1 parent 77e472e commit eeeccff

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/form/renderer

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/form/renderer/PropForm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ qx.Class.define("osparc.form.renderer.PropForm", {
5757
},
5858

5959
getDownloadingAtom: function() {
60-
return new qx.ui.basic.Atom("", "@FontAwesome5Solid/download/12");
60+
return new qx.ui.basic.Atom("", "@FontAwesome5Solid/cloud-download-alt/12");
6161
},
6262

6363
getUploadingAtom: function() {
64-
return new qx.ui.basic.Atom("", "@FontAwesome5Solid/upload/12");
64+
return new qx.ui.basic.Atom("", "@FontAwesome5Solid/cloud-upload-alt/12");
6565
},
6666

6767
getFailedAtom: function() {

0 commit comments

Comments
 (0)