Skip to content

Commit e9735c4

Browse files
committed
minor
1 parent f16bd1d commit e9735c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/desktop/WorkbenchView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ qx.Class.define("osparc.desktop.WorkbenchView", {
442442
appearance: "form-button-outlined",
443443
label: this.tr("App Mode"),
444444
toolTipText: this.tr("Start App Mode"),
445-
icon: "@FontAwesome5Solid/play/14",
445+
icon: osparc.dashboard.CardBase.MODE_APP,
446446
marginRight: 10,
447447
marginTop: 7,
448448
...osparc.navigation.NavigationBar.BUTTON_OPTIONS
@@ -837,7 +837,7 @@ qx.Class.define("osparc.desktop.WorkbenchView", {
837837

838838
const startAppBtn = this.__startAppButton = new qx.ui.form.Button().set({
839839
label: this.tr("Start"),
840-
icon: "@FontAwesome5Solid/play/14",
840+
icon: osparc.dashboard.CardBase.MODE_APP,
841841
toolTipText: this.tr("Start App Mode"),
842842
height: buttonsHeight
843843
});

0 commit comments

Comments
 (0)